@@ -121,16 +121,16 @@ repos:
121121 description : Ensure that files end with a newline.
122122
123123 - repo : https://github.com/eslint/eslint
124- rev : 1b4215f2b93d9946da409ae2cdd0b8f6b5c0e253 # frozen: v9.39.1
124+ rev : v9.39.2
125125 hooks :
126126 - id : eslint
127127 name : ESLint
128128 description : Check for problems in JavaScript files.
129129 language : node
130130 additional_dependencies :
131131 # eslint itself needs to be here when using additional_dependencies.
132- - eslint@9.39.1 # https://github.com/eslint/eslint/releases/latest
133- - globals@16.5 .0 # https://github.com/sindresorhus/globals/releases/latest
132+ - eslint@9.39.2 # https://github.com/eslint/eslint/releases/latest
133+ - globals@17.0 .0 # https://github.com/sindresorhus/globals/releases/latest
134134
135135 - repo : https://github.com/thibaudcolas/pre-commit-stylelint
136136 rev : 5550a364f2b5d3a9e731a9f4e231c5dc8c5f2e5b # frozen: v16.26.1
@@ -227,7 +227,7 @@ repos:
227227 description : Check for black disable comments.
228228
229229 - repo : https://github.com/psf/black-pre-commit-mirror
230- rev : 2892f1f81088477370d4fbc56545c05d33d2493f # frozen: 25.11 .0
230+ rev : 831207fd435b47aeffdf6af853097e64322b4d44 # frozen: 25.12 .0
231231 hooks :
232232 - id : black
233233 name : Black
@@ -242,7 +242,7 @@ repos:
242242 name : Blacken docs
243243 description : Format Python code in documentation files.
244244 additional_dependencies :
245- - black==25.9 .0 # https://github.com/psf/black/releases/latest
245+ - black==25.12 .0 # https://github.com/psf/black/releases/latest
246246 args :
247247 - --target-version=py310 # Minimum required Python version for AA. Update as needed.
248248
@@ -259,7 +259,7 @@ repos:
259259 - mdformat-shfmt==0.2.0 # Mdformat plugin to format shell code blocks » https://github.com/hukkin/mdformat-shfmt/tags
260260
261261 - repo : https://github.com/tox-dev/tox-ini-fmt
262- rev : be26ee0d710a48f7c1acc1291d84082036207bd3 # frozen: 1.7.0
262+ rev : a55736a49694e73b4b885c78a827d9771515b9dd # frozen: 1.7.1
263263 hooks :
264264 - id : tox-ini-fmt
265265 name : tox.ini formatter
@@ -274,7 +274,7 @@ repos:
274274 args :
275275 - --indent=4
276276 additional_dependencies :
277- - tox==4.32 .0 # https://github.com/tox-dev/tox/releases/latest
277+ - tox==4.33 .0 # https://github.com/tox-dev/tox/releases/latest
278278
279279 - repo : https://github.com/abravalheri/validate-pyproject
280280 rev : 78f5e0f104cfa803d0597eaa924b4de3becd3e3e # frozen: v0.24.1
@@ -293,7 +293,7 @@ repos:
293293# - --py-version=3.10 # Minimum required Python version for AA. Update as needed.
294294
295295 - repo : https://github.com/python-jsonschema/check-jsonschema
296- rev : 16a6ad2fead09286ee6eb6b0a3fab55655a6c22a # frozen: 0.35 .0
296+ rev : b035497fb64e3f9faa91e833331688cc185891e6 # frozen: 0.36 .0
297297 hooks :
298298 - id : check-github-actions
299299 name : Check GitHub Actions
0 commit comments