From db4899c5cea5fef752ccb933edffe92591304b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:53:50 +0000 Subject: [PATCH] Bump wheel from 0.45.1 to 0.46.3 Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.3. - [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.45.1...0.46.3) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7b4d76..5721575 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ development = [ "twine==6.2.0", "typing_extensions==4.15.0; python_version < '3.11'", "virtualenv==20.36.1", - "wheel==0.45.1", + "wheel==0.46.3", ] documentation = [ "autodocsumm",