Skip to content

Commit a853f05

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

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
@@ -19,11 +19,11 @@ repos:
1919
- id: trailing-whitespace
2020
- id: mixed-line-ending
2121
- repo: https://github.com/sbrunner/hooks
22-
rev: 1.1.2
22+
rev: 1.2.1
2323
hooks:
2424
- id: copyright
2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.3.0
26+
rev: v2.4.1
2727
hooks:
2828
- id: codespell
2929
args:
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: git-check
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.30.0
40+
rev: 0.31.1
4141
hooks:
4242
- id: check-github-actions
4343
- id: check-github-workflows
@@ -62,6 +62,6 @@ repos:
6262
- id: jsonschema-validator
6363
files: ^ci/config\.yaml$
6464
- repo: https://github.com/renovatebot/pre-commit-hooks
65-
rev: 39.86.3
65+
rev: 39.156.0
6666
hooks:
6767
- id: renovate-config-validator

ci/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
c2cciutils[checks,publish]==1.7.3
2-
pre-commit==4.0.1
2+
pre-commit==4.1.0

0 commit comments

Comments
 (0)