From ac412505ebd568c0cc6795bbc29e142797669ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:20:51 +0000 Subject: [PATCH] Bump wheel from 0.46.1 to 0.46.2 in /requirements Bumps [wheel](https://github.com/pypa/wheel) from 0.46.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.46.1...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 4d1d337..5e3e3c3 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -3,5 +3,5 @@ flake8==7.2.0 isort==6.0.1 mypy==1.15.0 twine==6.1.0 -wheel==0.46.1 +wheel==0.46.2 setuptools==80.7.1