Skip to content

Commit

Permalink
Compatibility with poetry 2.0.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerj authored Jan 13, 2025
1 parent 23d47af commit 4726425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "poetry_pre_commit_plugin", from = "src"}]

[tool.poetry.dependencies]
python = "^3.7"
poetry = "^1.2.0b1"
poetry = "^2.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.1.2"
Expand Down

0 comments on commit 4726425

Please sign in to comment.