From ad13f325c22ece6908f68949d0e5130cf7a2321d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 05:42:29 +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 5349258..c900688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "pylint==3.3.9", "setuptools==80.9.0", "twine==6.2.0", - "wheel==0.45.1", + "wheel==0.46.3", ] [project.urls]