From 8e585140d3ce2f5939e65e98ed3a6cc50b613df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:07:38 +0000 Subject: [PATCH] Update wheel requirement from >=0.45.1 to >=0.47.0 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.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 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 d43e874..2807069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,5 +74,5 @@ dev = [ "ruff>=0.14.10", "setuptools>=80.9.0", "setuptools-scm>=9.2.2", - "wheel>=0.45.1", + "wheel*", ]