Skip to content

Commit 3f50b56

Browse files
committed
[MISC] Additional Dependencies Updated
1 parent 6c05db2 commit 3f50b56

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ repos:
129129
language: node
130130
additional_dependencies:
131131
# eslint itself needs to be here when using additional_dependencies.
132-
- eslint@10.4.1 # https://github.com/eslint/eslint/releases/latest
133-
- globals@17.6.0 # https://github.com/sindresorhus/globals/releases/latest
132+
- eslint@10.6.0 # https://github.com/eslint/eslint/releases/latest
133+
- globals@17.7.0 # https://github.com/sindresorhus/globals/releases/latest
134134

135135
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
136136
rev: 642dea0f17f1a98a93e104c0de51d70161b800c4 # frozen: v17.14.0
@@ -143,7 +143,7 @@ repos:
143143
- --formatter=compact
144144
additional_dependencies:
145145
# stylelint itself needs to be here when using additional_dependencies.
146-
- stylelint@17.12.0 # https://github.com/stylelint/stylelint/releases/latest
146+
- stylelint@17.14.0 # https://github.com/stylelint/stylelint/releases/latest
147147
- stylelint-config-standard@40.0.0 # https://github.com/stylelint/stylelint-config-standard/releases/latest
148148

149149
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -274,7 +274,7 @@ repos:
274274
args:
275275
- --indent=4
276276
additional_dependencies:
277-
- tox==4.55.0 # https://github.com/tox-dev/tox/releases/latest
277+
- tox==4.56.1 # https://github.com/tox-dev/tox/releases/latest
278278

279279
- repo: https://github.com/abravalheri/validate-pyproject
280280
rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # frozen: v0.25

0 commit comments

Comments
 (0)