Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ repos:
108
108
- id : " check-pre-commit-ci-config"
109
109
110
110
- repo : " https://github.com/python-jsonschema/check-jsonschema"
111
- rev : " 0.29.4 "
111
+ rev : " 0.31.2 "
112
112
hooks :
113
113
# Validate Dependabot Config (v2) against the schema provided by
114
114
# SchemaStore.
@@ -145,7 +145,7 @@ repos:
145
145
- id : " rst-inline-touching-normal"
146
146
147
147
- repo : " https://github.com/PyCQA/isort"
148
- rev : " 5.13.2 "
148
+ rev : " 6.0.0 "
149
149
hooks :
150
150
# Sort import statements with isort
151
151
- id : " isort"
@@ -176,7 +176,7 @@ repos:
176
176
- " --color"
177
177
178
178
- repo : " https://github.com/PyCQA/flake8"
179
- rev : " 7.1.1 "
179
+ rev : " 7.1.2 "
180
180
hooks :
181
181
# Lint Python code with Flake8.
182
182
- id : " flake8"
@@ -195,7 +195,7 @@ repos:
195
195
- " pep8-naming >=0.1, <1.0"
196
196
197
197
- repo : " https://github.com/PyCQA/bandit"
198
- rev : " 1.7.10 "
198
+ rev : " 1.8.3 "
199
199
hooks :
200
200
# Check code security with bandit.
201
201
- id : " bandit"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ flake8-isort >=6.0, <7.0
17
17
flake8-logging-format >= 0.1 , < 1.0
18
18
flake8-pytest-style >= 2.0 , < 3.0
19
19
flake8-rst-docstrings >= 0.2.6 , < 1.0
20
- isort >= 5 .0 , < 6 .0
20
+ isort >= 6 .0 , < 7 .0
21
21
pep8-naming >= 0.1 , < 1.0
22
22
pre-commit >= 4.0 , < 5.0
23
23
pytest >= 8.0 , < 9.0
0 commit comments