diff --git a/pyproject.toml b/pyproject.toml index a60562b4..e326531d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==80.0.0", + "setuptools==80.3.1", "wheel" ] build-backend = "setuptools.build_meta"