Skip to content

Commit

Permalink
Update dependency poetry to v2 (#466)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent a9a17af commit f87ca3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ repos:
- id: copyright
- id: poetry-check
additional_dependencies:
- poetry==1.8.5 # pypi
- poetry==2.0.1 # pypi
exclude: ^pyproject.toml$
- id: poetry-lock
additional_dependencies:
- poetry==1.8.5 # pypi
- poetry==2.0.1 # pypi
exclude: ^pyproject.toml$
- id: helm-lock
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit f87ca3e

Please sign in to comment.