diff --git a/pyproject.toml b/pyproject.toml index 9f72985..5d2a8dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest-mypy = ">=1.0.1" mypy = ">=1.20.1" [build-system] -requires = ["poetry_core>=1.0.0"] +requires = ["poetry_core>=2.3.2"] build-backend = "poetry.core.masonry.api" [tool.black]