Update dependencies to include compatibility with Poetry 1.3

Fixes #78
This commit is contained in:
Ethan Paul 2023-02-24 16:57:46 -05:00
parent 4c609770f1
commit 52f34cb317
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA
2 changed files with 1967 additions and 1738 deletions

3703
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

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