Skip to content

Commit dd0b234

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

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
@@ -32,8 +32,8 @@ repos:
3232
- id: prettier
3333
additional_dependencies:
3434
35-
- prettier-plugin-sh@0.16.0 # npm
36-
35+
- prettier-plugin-sh@0.17.2 # npm
36+
3737
- '@prettier/[email protected]' # npm
3838
- repo: https://github.com/shellcheck-py/shellcheck-py
3939
rev: v0.10.0.1
@@ -44,7 +44,7 @@ repos:
4444
hooks:
4545
- id: git-check
4646
- repo: https://github.com/python-jsonschema/check-jsonschema
47-
rev: 0.32.1
47+
rev: 0.33.0
4848
hooks:
4949
- id: check-github-workflows
5050
- id: check-github-actions
@@ -90,11 +90,11 @@ repos:
9090
additional_dependencies:
9191
- prospector-profile-utils==1.22.3 # pypi
9292
- repo: https://github.com/renovatebot/pre-commit-hooks
93-
rev: 39.227.2
93+
rev: 39.264.0
9494
hooks:
9595
- id: renovate-config-validator
9696
- repo: https://github.com/astral-sh/ruff-pre-commit
97-
rev: v0.11.2
97+
rev: v0.11.7
9898
hooks:
9999
- id: ruff-format
100100
- repo: https://github.com/sbrunner/python-versions-hook

ci/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ poetry-plugin-drop-python-upper-constraint==1.0.0
44
poetry-plugin-export==1.9.0
55
poetry-plugin-tweak-dependencies-version==1.5.2
66
poetry-dynamic-versioning==1.8.2
7-
importlib-metadata<8.6.2
7+
importlib-metadata<8.7.1
88
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
99
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
1010
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)