diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 456e75b..154bcb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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