From a431ae08fa6b91b621b2af364dfdfdeb68bce3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:23:42 +0000 Subject: [PATCH] build: Bump wheel from 0.38.1 to 0.46.2 in /docs Bumps [wheel](https://github.com/pypa/wheel) from 0.38.1 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.38.1...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0123f00..fb2ef0b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -38,8 +38,10 @@ markupsafe==2.0.1 # via # -r requirements.in # jinja2 -packaging==21.3 - # via sphinx +packaging==26.0 + # via + # sphinx + # wheel pep517==0.12.0 # via pip-tools pip-tools==6.4.0 @@ -53,8 +55,6 @@ pygments==2.11.2 # -r requirements.in # furo # sphinx -pyparsing==3.0.7 - # via packaging pytz==2021.3 # via # babel @@ -95,7 +95,7 @@ tornado==6.5.1 # via livereload urllib3==2.6.3 # via requests -wheel==0.38.1 +wheel==0.46.2 # via pip-tools zipp==3.19.1 # via importlib-metadata