Merge pull request #83 from enpaul/enp/poetry1.3

Update dependencies to include compatibility with Poetry 1.3
This commit is contained in:
Ethan Paul 2023-02-24 17:44:12 -05:00 committed by GitHub
commit 41ac5423f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1968 additions and 1739 deletions

View File

@ -8,7 +8,7 @@
set -e;
CI_CACHE=$HOME/.cache;
POETRY_VERSION=1.2.0;
POETRY_VERSION=1.3.2;
mkdir --parents "$CI_CACHE";

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"