From b0523f1ea0b19190966bed79ff7709c4d46e8471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:42:27 +0000 Subject: [PATCH] chore(dependencies): update dependency setuptools to v60 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f890cb0..d1b90b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["cython>=0.29.32", "setuptools>=58.0", "wheel"] +requires = ["cython>=0.29.32", "setuptools>=60.10.0", "wheel"] build-backend = "setuptools.build_meta" [tool.cibuildwheel]