From 5e996b124cbec5a749dfeaff2b1493b41f71b438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 00:48:14 +0000 Subject: [PATCH] Update dependency wheel to ~=0.45.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e5a4140a..004ac1c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=75.1", "wheel~=0.44.0"] +requires = ["setuptools~=75.1", "wheel~=0.45.0"] build-backend = "setuptools.build_meta" [project]