diff --git a/pyproject.toml b/pyproject.toml index 353e61c..c3b2f40 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,5 +111,5 @@ mypy_path = "src" allowlist = "stubtest-allowlist.txt" [build-system] -requires = ["poetry-core>=1.9.0", "setuptools>=65"] +requires = ["poetry-core>=1.9.0", "setuptools>=78.1.1"] build-backend = "poetry.core.masonry.api"