Skip to content

Commit

Permalink
Update dependency poetry to v2 (#2009)
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 1, 2025
1 parent f2c10a2 commit eb3c6cf
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 @@ -24,10 +24,10 @@ repos:
- id: copyright
- id: poetry-check
additional_dependencies:
- poetry==1.8.5 # pypi
- poetry==2.0.1 # pypi
- id: poetry-lock
additional_dependencies:
- poetry==1.8.5 # pypi
- poetry==2.0.1 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
Expand Down

0 comments on commit eb3c6cf

Please sign in to comment.