File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ repos:
116116 - id : " check-pre-commit-ci-config"
117117
118118 - repo : " https://github.com/python-jsonschema/check-jsonschema"
119- rev : " 0.27.0 "
119+ rev : " 0.27.3 "
120120 hooks :
121121 # Validate Dependabot Config (v2) against the schema provided by
122122 # SchemaStore.
@@ -153,7 +153,7 @@ repos:
153153 - id : " rst-inline-touching-normal"
154154
155155 - repo : " https://github.com/PyCQA/isort"
156- rev : " 5.12.0 "
156+ rev : " 5.13.2 "
157157 hooks :
158158 # Sort import statements with isort
159159 - id : " isort"
@@ -169,7 +169,7 @@ repos:
169169 - " colorama"
170170
171171 - repo : " https://github.com/psf/black-pre-commit-mirror"
172- rev : " 23.9 .1"
172+ rev : " 23.12 .1"
173173 hooks :
174174 # Format Python code with black.
175175 - id : " black"
@@ -204,7 +204,7 @@ repos:
204204 - " pep8-naming >=0.1, <1.0"
205205
206206 - repo : " https://github.com/PyCQA/bandit"
207- rev : " 1.7.5 "
207+ rev : " 1.7.6 "
208208 hooks :
209209 # Check code security with bandit.
210210 - id : " bandit"
You can’t perform that action at this time.
0 commit comments