chore: upgrade to poetry 1.4 (#400)

Also remove the rest of poetry-dynamic-versioning which is no longer
used
This commit is contained in:
Andrew
2023-02-27 18:42:49 -06:00
committed by GitHub
parent ecb16204f8
commit e0ec82c732
3 changed files with 15 additions and 16 deletions

View File

@@ -76,7 +76,7 @@ show_error_codes = true
show_error_context = true
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]