From fd056f38406fb1f8a4dc64e12428ca3148480615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:21:31 +0100 Subject: [PATCH] Update wheel requirement from ~=0.40.0 to ~=0.45.0 (#5402) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cbbc2e23..fa799cc96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=68.0.0", "wheel~=0.40.0"] +requires = ["setuptools~=68.0.0", "wheel~=0.45.0"] build-backend = "setuptools.build_meta" [project]