Update poetry requirement to remove compatibility with ^1.5

This commit is contained in:
Ethan Paul 2023-05-19 13:56:00 -04:00
parent cee49ff6c0
commit c984abbc2f
Signed by: enpaul
GPG Key ID: 4884CA087E5A472D
2 changed files with 478 additions and 441 deletions

917
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@ poetry = ["poetry", "cleo"]
[tool.poetry.dependencies]
python = "^3.7"
cleo = {version = ">=1.0,<3.0", optional = true}
poetry = {version = "^1.2.0", optional = true}
poetry = {version = ">=1.2.0,<1.5.0", optional = true}
poetry-core = "^1.1.0"
tox = "^3.8.0"