From 445f80a0d9864898d8f1cd0518c147b24850b873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:52:14 +0100 Subject: [PATCH] build(deps): bump wheel from 0.45.0 to 0.45.1 (#2667) 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 06681d51d..b4de55327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==75.6.0", "setuptools-scm==8.1.0", "wheel==0.45.0", "auditwheel==6.1.0"] +requires = ["setuptools==75.6.0", "setuptools-scm==8.1.0", "wheel==0.45.1", "auditwheel==6.1.0"] build-backend = "setuptools.build_meta" [project]