Skip to content

Commit d65f05d

Browse files
Update CI dependencies
1 parent 72cdf6a commit d65f05d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: copyright
2525
- id: poetry2-lock
2626
additional_dependencies:
27-
- poetry==2.1.4 # pypi
27+
- poetry==2.2.1 # pypi
2828
exclude: ^pyproject\.toml$
2929
- id: canonicalize
3030
- repo: https://github.com/codespell-project/codespell
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: git-check
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.33.3
44+
rev: 0.35.0
4545
hooks:
4646
- id: check-github-actions
4747
- id: check-github-workflows
@@ -63,14 +63,14 @@ repos:
6363
- id: jsonschema-validator
6464
files: ^\.github/publish\.yaml$
6565
- repo: https://github.com/renovatebot/pre-commit-hooks
66-
rev: 41.92.0
66+
rev: 41.173.1
6767
hooks:
6868
- id: renovate-config-validator
6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.12.11
70+
rev: v0.14.5
7171
hooks:
7272
- id: ruff-format
7373
- repo: https://github.com/sbrunner/python-versions-hook
74-
rev: 1.1.2
74+
rev: 1.3.0
7575
hooks:
7676
- id: python-versions

acceptance_tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
poetry==2.1.4
1+
poetry==2.2.1
22
poetry-plugin-export==1.9.0

ci/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
c2cciutils==1.7.3
2-
pre-commit==4.3.0
2+
pre-commit==4.4.0
33
tag-publish==1.1.1

0 commit comments

Comments
 (0)