Skip to content

Commit 09598c8

Browse files
Update CI dependencies
1 parent 1674f88 commit 09598c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ repos:
9797
|examples/mapillarystreetview.js
9898
)$
9999
- repo: https://github.com/psf/black
100-
rev: 24.8.0
100+
rev: 24.10.0
101101
hooks:
102102
- id: black
103103
- repo: https://github.com/PyCQA/isort
@@ -109,7 +109,7 @@ repos:
109109
hooks:
110110
- id: autoflake
111111
- repo: https://github.com/asottile/pyupgrade
112-
rev: v3.17.0
112+
rev: v3.19.0
113113
hooks:
114114
- id: pyupgrade
115115
args:
@@ -136,6 +136,6 @@ repos:
136136
- id: jsonschema-validator
137137
files: ^ci/config\.yaml$
138138
- repo: https://github.com/renovatebot/pre-commit-hooks
139-
rev: 38.133.4
139+
rev: 38.142.1
140140
hooks:
141141
- id: renovate-config-validator

ci/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
c2cciutils[checks]==1.6.23
1+
c2cciutils[checks]==1.7.0
22
wheel==0.44.0
33
pre-commit==4.0.1

0 commit comments

Comments
 (0)