Skip to content

Commit 2afb47b

Browse files
Update CI dependencies
1 parent eca14ba commit 2afb47b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repos:
6565
hooks:
6666
- id: git-check
6767
- repo: https://github.com/python-jsonschema/check-jsonschema
68-
rev: 0.28.6
68+
rev: 0.29.1
6969
hooks:
7070
- id: check-github-workflows
7171
- id: check-renovate
@@ -104,7 +104,7 @@ repos:
104104
hooks:
105105
- id: autoflake
106106
- repo: https://github.com/asottile/pyupgrade
107-
rev: v3.16.0
107+
rev: v3.17.0
108108
hooks:
109109
- id: pyupgrade
110110
args:

ci/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
c2cciutils[checks]==1.6.21
22
wheel==0.43.0
3-
pre-commit==3.7.1
3+
pre-commit==3.8.0

0 commit comments

Comments
 (0)