Skip to content

Commit

Permalink
relax poetry and poetry-core constraint to facilitate development of …
Browse files Browse the repository at this point in the history
…Poetry 2.0 (#280)
  • Loading branch information
radoering committed May 2, 2024
1 parent 707e3d1 commit 2d0a6d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ include = [

[tool.poetry.dependencies]
python = "^3.8"
poetry = "^1.8.0"
poetry-core = "^1.7.0"
poetry = ">=1.8.0,<3.0.0"
poetry-core = ">=1.7.0,<3.0.0"

[tool.poetry.group.dev.dependencies]
pre-commit = ">=2.18"
Expand Down

0 comments on commit 2d0a6d9

Please sign in to comment.