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 @@ -108,7 +108,7 @@ repos:
108108 - id : " check-pre-commit-ci-config"
109109
110110 - repo : " https://github.com/python-jsonschema/check-jsonschema"
111- rev : " 0.27.0 "
111+ rev : " 0.27.3 "
112112 hooks :
113113 # Validate Dependabot Config (v2) against the schema provided by
114114 # SchemaStore.
@@ -145,7 +145,7 @@ repos:
145145 - id : " rst-inline-touching-normal"
146146
147147 - repo : " https://github.com/PyCQA/isort"
148- rev : " 5.12.0 "
148+ rev : " 5.13.2 "
149149 hooks :
150150 # Sort import statements with isort
151151 - id : " isort"
@@ -161,7 +161,7 @@ repos:
161161 - " colorama"
162162
163163 - repo : " https://github.com/psf/black-pre-commit-mirror"
164- rev : " 23.9 .1"
164+ rev : " 23.12 .1"
165165 hooks :
166166 # Format Python code with black.
167167 - id : " black"
@@ -193,7 +193,7 @@ repos:
193193 - " pep8-naming >=0.1, <1.0"
194194
195195 - repo : " https://github.com/PyCQA/bandit"
196- rev : " 1.7.5 "
196+ rev : " 1.7.6 "
197197 hooks :
198198 # Check code security with bandit.
199199 - id : " bandit"
You can’t perform that action at this time.
0 commit comments