From 28c1422e95bc81ce4131e542f11a33129ab7173c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:31:18 +0000 Subject: [PATCH] build(deps-dev): update wheel requirement from ~=0.42.0 to >=0.42,<0.44 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.42.0...0.43.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7ce6af698..c7aeb7942c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dev = [ "pre-commit~=3.4", "setuptools~=69.0", "twine>=4,<6", - "wheel~=0.42.0", + "wheel>=0.42,<0.44", "rdmo[allauth]", "rdmo[pytest]", ]