From 7751b5934330d31d94ab294c1ccbeb5443f5423e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:45:53 +0000 Subject: [PATCH] Bump wheel from 0.41.3 to 0.46.2 in /docs Bumps [wheel](https://github.com/pypa/wheel) from 0.41.3 to 0.46.2. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.41.3...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/pyproject.toml | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index ca5aa80e..1261166e 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -7,5 +7,5 @@ dependencies = [ "readthedocs-sphinx-search==0.3.2", "imagecodecs == 2023.9.18", "Jinja2 == 3.1.6", - "wheel == 0.41.3", + "wheel == 0.46.2", ] diff --git a/docs/requirements.txt b/docs/requirements.txt index d6e5ba29..ffe39c4d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,4 +10,4 @@ sphinx_rtd_theme==1.3.0 readthedocs-sphinx-search==0.3.2 imagecodecs == 2023.9.18 Jinja2 == 3.1.6 -wheel == 0.41.3 +wheel == 0.46.2