diff --git a/pyproject.toml b/pyproject.toml index aa112f7722113..722d50de5394f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ target-version = ['py37', 'py38', 'py39', 'py310'] # The problem is tracked (and this limitation might be removed if it is solved) in: # https://github.com/pypa/setuptools/issues/3548 [build-system] -requires = ['setuptools==63.4.3'] +requires = ['setuptools==67.2.0'] build-backend = "setuptools.build_meta" [tool.ruff]