Skip to content

Commit

Permalink
feat: add back support of the poetry v1.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Nov 30, 2024
1 parent 48dfd51 commit e4a2cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ packages = [{ include = "poetry_plugin_dotenv", from = "src" }]

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
poetry = "^1.8.4"
poetry = ">=1.5.0"

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

0 comments on commit e4a2cb6

Please sign in to comment.