From db330ab58a92f941884a6c00f5bf07d067d4c490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 09:47:43 +0200 Subject: [PATCH] Update wheel requirement from ~=0.45.0 to ~=0.46.1 (#5816) 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.0...0.46.1) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.1 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 65c66dd90..b272f3e75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=78.1.0", "wheel~=0.45.0"] +requires = ["setuptools~=78.1.0", "wheel~=0.46.1"] build-backend = "setuptools.build_meta" [project]