diff --git a/pyproject.toml b/pyproject.toml index 0b67bfe..976c579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,5 +93,5 @@ module = ["tests.*"] disallow_untyped_defs = false [build-system] -requires = ["poetry>=0.12"] +requires = ["poetry>=1.2"] build-backend = "poetry.masonry.api"