From a7d1eb66835199b9df57f3e6a490bb51cc54c724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:24:04 +0000 Subject: [PATCH] build(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: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 570f125..fa19533 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "plotille>=3.7", "configargparse==1.2.3", "rich>=3.0.3", - "wheel==0.38.1" + "wheel==0.46.2" ], tests_require=[ 'pytest>=6.0.1'