diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d60555c6dc..8d674f8eeb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.0 hooks: - id: pyupgrade args: @@ -86,11 +86,11 @@ repos: - -p - github_app_gep_project - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/PyCQA/prospector - rev: v1.11.0 + rev: v1.12.1 hooks: - id: prospector args: @@ -98,8 +98,8 @@ repos: - --die-on-tool-error - --output-format=pylint additional_dependencies: - - prospector-profile-duplicated==1.5.0 # pypi - - prospector-profile-utils==1.7.2 # pypi + - prospector-profile-duplicated==1.6.0 # pypi + - prospector-profile-utils==1.9.1 # pypi - repo: https://github.com/camptocamp/jsonschema-gentypes rev: 2.8.1 hooks: @@ -198,6 +198,6 @@ repos: - --ignore-acronyms - --en-us - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.108.0 + rev: 38.142.1 hooks: - id: renovate-config-validator diff --git a/ci/config.yaml b/ci/config.yaml index a7d17fd2e9..9a0d4a904c 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.23/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.0/c2cciutils/schema.json publish: docker: diff --git a/ci/requirements.txt b/ci/requirements.txt index 513ca5e33d..4159b43db8 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.6.23 +c2cciutils[checks,publish]==1.7.0 importlib-metadata<8.5.1 # issue with twine, see: https://github.com/python/importlib_metadata/issues/492 poetry==1.8.3 pre-commit==3.8.0