Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion acceptance_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry==2.1.4
poetry==2.2.1
poetry-plugin-export==1.9.0
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
c2cciutils==1.7.3
pre-commit==4.3.0
pre-commit==4.5.0
tag-publish==1.1.1
Loading