diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 169c6fef..1edda5a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -121,7 +121,7 @@ repos: description: Ensure that files end with a newline. - repo: https://github.com/eslint/eslint - rev: 0bc75e8d85925c93a3cbf4891c2baad079c43c34 # frozen: v10.4.1 + rev: 9089853a593d6c7c0f11367da08a829e0ddfe092 # frozen: v10.6.0 hooks: - id: eslint name: ESLint @@ -129,11 +129,11 @@ repos: language: node additional_dependencies: # eslint itself needs to be here when using additional_dependencies. - - eslint@10.4.1 # https://github.com/eslint/eslint/releases/latest - - globals@17.6.0 # https://github.com/sindresorhus/globals/releases/latest + - eslint@10.6.0 # https://github.com/eslint/eslint/releases/latest + - globals@17.7.0 # https://github.com/sindresorhus/globals/releases/latest - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: 4ed192c3fb468ed5d36e93b594fbfe4490aa8c31 # frozen: v17.12.0 + rev: 642dea0f17f1a98a93e104c0de51d70161b800c4 # frozen: v17.14.0 hooks: - id: stylelint name: Stylelint @@ -143,7 +143,7 @@ repos: - --formatter=compact additional_dependencies: # stylelint itself needs to be here when using additional_dependencies. - - stylelint@17.12.0 # https://github.com/stylelint/stylelint/releases/latest + - stylelint@17.14.0 # https://github.com/stylelint/stylelint/releases/latest - stylelint-config-standard@40.0.0 # https://github.com/stylelint/stylelint-config-standard/releases/latest - repo: https://github.com/pre-commit/pygrep-hooks @@ -181,7 +181,7 @@ repos: description: Check for compliance with the definitions in the EditorConfig file. - repo: https://github.com/adamchainz/django-upgrade - rev: 4864562a5d05a7ff3bce99bc31f892eeb396fc00 # frozen: 1.30.0 + rev: bdcc9646c249f00ec9781751791e7b75b48b3722 # frozen: 1.31.1 hooks: - id: django-upgrade name: Django upgrade @@ -266,7 +266,7 @@ repos: description: Format the tox.ini file. - repo: https://github.com/tox-dev/pyproject-fmt - rev: 3a8ef795727fa946dfcb21c5d07b1442c2362c09 # frozen: v2.23.0 + rev: 0c8c15d8fe996493035be407c5cf4a288cf6bf8e # frozen: v2.25.1 hooks: - id: pyproject-fmt name: pyproject.toml formatter @@ -274,7 +274,7 @@ repos: args: - --indent=4 additional_dependencies: - - tox==4.55.0 # https://github.com/tox-dev/tox/releases/latest + - tox==4.56.1 # https://github.com/tox-dev/tox/releases/latest - repo: https://github.com/abravalheri/validate-pyproject rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # frozen: v0.25 @@ -284,7 +284,7 @@ repos: description: Validate the pyproject.toml file. - repo: https://github.com/pylint-dev/pylint - rev: 88e1ab7545a4af4aea15c305a154c164a95ab842 # frozen: v4.0.5 + rev: 8a396357098337ba8be714fffdf2d00947a9778c # frozen: v4.0.6 hooks: - id: pylint name: Pylint @@ -293,7 +293,7 @@ repos: - --py-version=3.10 # Minimum required Python version for AA. Update as needed. - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 943377262562a12b57292fc98fabd7dbf81451fe # frozen: 0.37.2 + rev: 1a4bb160cab6417b3045e1b37b6b72449243e658 # frozen: 0.37.4 hooks: - id: check-github-actions name: Check GitHub Actions