Skip to content

Commit af7c3fc

Browse files
Update CI dependencies
1 parent 5ff7dcb commit af7c3fc

5 files changed

Lines changed: 54 additions & 55 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ repos:
8383
- id: copyright
8484
- id: poetry2-lock
8585
additional_dependencies:
86-
- poetry==2.2.1 # pypi
86+
- poetry==2.3.2 # pypi
8787
- id: canonicalize
8888
- id: prospector-to-ruff
8989
additional_dependencies:
@@ -103,7 +103,7 @@ repos:
103103
hooks:
104104
- id: shellcheck
105105
- repo: https://github.com/python-jsonschema/check-jsonschema
106-
rev: 0.34.1
106+
rev: 0.37.0
107107
hooks:
108108
- id: check-github-actions
109109
- id: check-github-workflows
@@ -120,7 +120,7 @@ repos:
120120
hooks:
121121
- id: ripsecrets
122122
- repo: https://github.com/astral-sh/ruff-pre-commit
123-
rev: v0.14.3
123+
rev: v0.15.4
124124
hooks:
125125
- id: ruff-format
126126
- repo: https://github.com/PyCQA/prospector
@@ -140,7 +140,7 @@ repos:
140140
- prospector-profile-duplicated==1.10.5 # pypi
141141
- prospector-profile-utils==1.26.5 # pypi
142142
- pylint[spelling]==3.3.9 # pypi
143-
- ruff==0.14.3 # pypi
143+
- ruff==0.15.4 # pypi
144144
- id: prospector
145145
args:
146146
- --die-on-tool-error
@@ -149,7 +149,7 @@ repos:
149149
- --profile=utils:pre-commit
150150
additional_dependencies:
151151
- prospector-profile-utils==1.26.5 # pypi
152-
- ruff==0.14.3 # pypi
152+
- ruff==0.15.4 # pypi
153153
- repo: https://github.com/sbrunner/jsonschema-validator
154154
rev: 1.0.0
155155
hooks:
@@ -161,10 +161,10 @@ repos:
161161
|jsonschema\-gentypes\.yaml
162162
)$
163163
- repo: https://github.com/renovatebot/pre-commit-hooks
164-
rev: 43.15.0
164+
rev: 43.46.3
165165
hooks:
166166
- id: renovate-config-validator
167167
- repo: https://github.com/sbrunner/python-versions-hook
168-
rev: 1.1.2
168+
rev: 1.3.0
169169
hooks:
170170
- id: python-versions

ci/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
c2cciutils==1.7.5
2-
poetry-dynamic-versioning==1.9.1
3-
poetry-plugin-export==1.9.0
4-
pre-commit==4.3.0
5-
importlib-metadata<8.7.1
2+
poetry-dynamic-versioning==1.10.0
3+
poetry-plugin-export==1.10.0
4+
pre-commit==4.5.1
5+
importlib-metadata<8.7.2
66
tag-publish==1.1.1

package-lock.json

Lines changed: 40 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
3-
"commander": "14.0.2",
4-
"puppeteer": "24.27.0"
3+
"commander": "14.0.3",
4+
"puppeteer": "24.37.5"
55
},
66
"type": "module"
77
}

requirements.txt

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

0 commit comments

Comments
 (0)