Skip to content

Commit ce55ea8

Browse files
Update CI dependencies (#1284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bdd1357 commit ce55ea8

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: poetry-lock
2626
additional_dependencies:
27-
- poetry==2.2.1 # pypi
27+
- poetry==2.3.1 # pypi
2828
exclude: ^pyproject.toml$
2929
- id: canonicalize
3030
- repo: https://github.com/codespell-project/codespell
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: git-check
4747
- repo: https://github.com/python-jsonschema/check-jsonschema
48-
rev: 0.36.0
48+
rev: 0.36.1
4949
hooks:
5050
- id: check-github-actions
5151
- id: check-github-workflows
@@ -67,11 +67,11 @@ repos:
6767
- id: jsonschema-validator
6868
files: ^\.github/publish\.yaml$
6969
- repo: https://github.com/renovatebot/pre-commit-hooks
70-
rev: 43.0.6
70+
rev: 43.0.8
7171
hooks:
7272
- id: renovate-config-validator
7373
- repo: https://github.com/astral-sh/ruff-pre-commit
74-
rev: v0.14.10
74+
rev: v0.14.14
7575
hooks:
7676
- id: ruff-format
7777
- 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.2.1
1+
poetry==2.3.1
22
poetry-plugin-export==1.10.0

0 commit comments

Comments
 (0)