From a639c355150b10bd6e4c1599addbc8970c533eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:23:19 +0000 Subject: [PATCH] chore(deps): bump wheel from 0.38.1 to 0.46.2 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] --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 654b7463cb..4a97980553 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -61,6 +61,7 @@ packaging==25.0 # build # drf-yasg # pytest + # wheel pip-tools==7.5.2 # via -r requirements-dev.in platformdirs==4.3.6 @@ -121,5 +122,5 @@ uritemplate==3.0.1 # via drf-yasg virtualenv==20.26.6 # via pre-commit -wheel==0.38.1 +wheel==0.46.2 # via pip-tools