diff --git a/pyproject.toml b/pyproject.toml index 16ee9e0..b2ac004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,5 +26,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"