From c0c7c89ed343bf351b59c3a49ba6d85795411f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 12:03:41 +0000 Subject: [PATCH] Bump wheel from 0.40.0 to 0.46.2 Bumps [wheel](https://github.com/pypa/wheel) from 0.40.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.40.0...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc519f0..8fdac6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ dependencies = [ "uvloop==0.22.1", "wcwidth==0.2.6", "webencodings==0.5.1", - "wheel==0.40.0", + "wheel==0.46.2", "zipp==3.15.0", "natsort==8.4.0", ]