From 7844748c93814641e21be1d5693f9fe4976683ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 22:50:15 +0000 Subject: [PATCH] Update dependency wheel to ~=0.46.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cbbe0396..43c228922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=75.1", "wheel~=0.45.0"] +requires = ["setuptools~=75.1", "wheel~=0.46.1"] build-backend = "setuptools.build_meta" [project]