From 653a51de609e781aafa753f36886a10445a53957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:18:21 +0000 Subject: [PATCH] build(deps): update wheel requirement from <0.45,>=0.42 to >=0.42,<0.46 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.45.1) --- 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 868edc452..faa453db5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev = [ "pre-commit>=3.4,<5.0", "setuptools>=73,<76", "twine>=5.1.1,<6.0", - "wheel>=0.42,<0.45", + "wheel>=0.42,<0.46", "rdmo[allauth]", "rdmo[pytest]", ]