Skip to content

Commit b5f78bc

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: workflows-require-timeout
2020
- id: poetry2-lock
2121
additional_dependencies:
22-
- poetry==2.1.4 # pypi
22+
- poetry==2.2.1 # pypi
2323
- id: canonicalize
2424
- id: prospector-to-ruff
2525
additional_dependencies:
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: git-check
5252
- repo: https://github.com/python-jsonschema/check-jsonschema
53-
rev: 0.33.3
53+
rev: 0.34.0
5454
hooks:
5555
- id: check-github-workflows
5656
- id: check-github-actions
@@ -79,7 +79,7 @@ repos:
7979
- prospector-profile-duplicated==1.10.5 # pypi
8080
- prospector-profile-utils==1.26.5 # pypi
8181
- pylint[spelling]==3.3.8 # pypi
82-
- ruff==0.12.11 # pypi
82+
- ruff==0.13.2 # pypi
8383
exclude: |-
8484
(?x)(
8585
^tests?/?
@@ -98,11 +98,11 @@ repos:
9898
additional_dependencies:
9999
- prospector-profile-utils==1.26.5 # pypi
100100
- repo: https://github.com/renovatebot/pre-commit-hooks
101-
rev: 41.91.2
101+
rev: 41.132.5
102102
hooks:
103103
- id: renovate-config-validator
104104
- repo: https://github.com/astral-sh/ruff-pre-commit
105-
rev: v0.12.11
105+
rev: v0.13.2
106106
hooks:
107107
- id: ruff-format
108108
- repo: https://github.com/sbrunner/python-versions-hook

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poetry==2.1.4
1+
poetry==2.2.1
22
poetry-dynamic-versioning==1.9.1
33
pip==25.2
44
poetry-plugin-export==1.9.0

0 commit comments

Comments
 (0)