diff --git a/pyproject.toml b/pyproject.toml index 16c38e1..b5dc7dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ - "setuptools>=83.0.0", - "wheel>=0.47.0", + "setuptools>=84.0.0", + "wheel>=0.48.0", ] build-backend = "setuptools.build_meta"