From e79779e9f8bbb790acfa7651347864df05f2c339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:21:40 +0000 Subject: [PATCH] chore(dependencies): update dependency setuptools to v66 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4b2590..598e53f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["cython>=3.0", "setuptools>=58.0", "wheel"] +requires = ["cython>=3.0", "setuptools>=66.1.1", "wheel"] build-backend = "setuptools.build_meta" [tool.cibuildwheel]