From 409d4073acaf96aa6c3a2a00014ce24dc95c2c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 08:29:16 +0000 Subject: [PATCH] Bump wheel from 0.42.0 to 0.46.2 Bumps [wheel](https://github.com/pypa/wheel) from 0.42.0 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.42.0...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3035131..efee361 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,11 +27,12 @@ mccabe==0.7.0 # via pylint mypy-extensions==1.0.0 # via black -packaging==23.2 +packaging==26.2 # via # black # build # pytest + # wheel pathspec==0.11.2 # via black pip-tools==7.3.0 @@ -54,7 +55,7 @@ pytest-cov==4.1.0 # via -r requirements-dev.in tomlkit==0.12.3 # via pylint -wheel==0.42.0 +wheel==0.46.2 # via pip-tools # The following packages are considered to be unsafe in a requirements file: