From d2f87bf151bef5b3faf0f71672d5c78de0466b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:22:55 +0000 Subject: [PATCH] Update wheel requirement from <=0.44.0,>=0.36.2 to >=0.36.2,<=0.45.0 (#7331) 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.36.2...0.45.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa63888b8..111c566a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev = [ "pytest>=8.2.2,<=8.3.3", "requests>=2.9.1,<=2.32.3", "tox>=4.15.1,<=4.23.2", - "wheel>=0.36.2,<=0.44.0", + "wheel>=0.36.2,<=0.45.0", "build>=0.10.0,<=1.2.2.post1", "mypy>=1.10.1,<=1.13.0", "ruff>=0.5.0,<=0.7.4",