diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c4f8a1fd086b..5b58a203dc01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -97,7 +97,7 @@ repos: |examples/mapillarystreetview.js )$ - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -109,7 +109,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.0 hooks: - id: pyupgrade args: @@ -136,6 +136,6 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.133.4 + rev: 38.142.1 hooks: - id: renovate-config-validator diff --git a/ci/requirements.txt b/ci/requirements.txt index b2c5e7c9e15c..f412e839f7e8 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,3 +1,3 @@ -c2cciutils[checks]==1.6.23 +c2cciutils[checks]==1.7.0 wheel==0.44.0 pre-commit==4.0.1