Skip to content

Commit dde0b44

Browse files
Update CI dependencies
1 parent 72cdf6a commit dde0b44

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.34.1
4545
hooks:
4646
- id: check-github-actions
4747
- id: check-github-workflows
@@ -63,11 +63,11 @@ 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.172.0
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.3
7171
hooks:
7272
- id: ruff-format
7373
- repo: https://github.com/sbrunner/python-versions-hook

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

0 commit comments

Comments
 (0)