diff --git a/pyproject.toml b/pyproject.toml index a646af2..223a9d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==69.5.1", + "setuptools==75.5.0", "wheel" ] build-backend = "setuptools.build_meta"