diff --git a/pyproject.toml b/pyproject.toml index e279e81..688e3a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,5 +21,5 @@ black = "*" line-length = 120 [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["poetry-core>=1.2.0"] build-backend = "poetry.core.masonry.api"