diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20eea5a9..b2fd952e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: copyright - id: poetry2-lock additional_dependencies: - - poetry==2.1.4 # pypi + - poetry==2.2.1 # pypi exclude: ^pyproject\.toml$ - id: canonicalize - repo: https://github.com/codespell-project/codespell @@ -41,7 +41,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.3 + rev: 0.35.0 hooks: - id: check-github-actions - id: check-github-workflows @@ -63,14 +63,14 @@ repos: - id: jsonschema-validator files: ^\.github/publish\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 41.92.0 + rev: 41.173.1 hooks: - id: renovate-config-validator - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.11 + rev: v0.14.8 hooks: - id: ruff-format - repo: https://github.com/sbrunner/python-versions-hook - rev: 1.1.2 + rev: 1.3.0 hooks: - id: python-versions diff --git a/acceptance_tests/requirements.txt b/acceptance_tests/requirements.txt index cb9978ff..7fac48ad 100644 --- a/acceptance_tests/requirements.txt +++ b/acceptance_tests/requirements.txt @@ -1,2 +1,2 @@ -poetry==2.1.4 +poetry==2.2.1 poetry-plugin-export==1.9.0 diff --git a/ci/requirements.txt b/ci/requirements.txt index 27aa67d2..b784f27c 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,3 +1,3 @@ c2cciutils==1.7.3 -pre-commit==4.3.0 +pre-commit==4.5.0 tag-publish==1.1.1