From 59e64a29b19a68bb81297f2b3fe6aaa1682e7686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:18:51 +0000 Subject: [PATCH] Update wheel requirement from >=0.45.1 to >=0.46.3 Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d579ac3..2aa97f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ exclude = [ requires = [ "setuptools >= 80.9.0", "setuptools_scm >= 9.2.2", - "wheel >= 0.45.1", + "wheel >= 0.46.3", ] build-backend = "setuptools.build_meta"