From b77925306b220f45a6bb6d37e1274a46394c8e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:05:03 +0000 Subject: [PATCH] Update wheel requirement from <0.41,>=0.36.2 to >=0.36.2,<0.42 (#6293) Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.36.2...0.41.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 685fd16b5..c52226a5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev = [ "pytest>=6.1.0,<8", "requests>=2.9.1,<3", "tox>=3.5,<5", - "wheel>=0.36.2,<0.41", + "wheel>=0.36.2,<0.42", "build>=0.10.0", ]