diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7956dd669..336e4810c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: - github-workflows-require-timeout - id: check-renovate additional_dependencies: - - pyjson5==1.6.5 # pypi + - pyjson5==1.6.6 # pypi - repo: https://github.com/sirwart/ripsecrets rev: v0.1.7 hooks: @@ -68,7 +68,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: diff --git a/ci/config.yaml b/ci/config.yaml index 6b0717e81..7bb443f9f 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.15/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.16/c2cciutils/schema.json publish: docker: diff --git a/ci/requirements.txt b/ci/requirements.txt index beb162d04..4b672ab58 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ -c2cciutils[checks,publish]==1.6.15 -pre-commit==3.6.0 +c2cciutils[checks,publish]==1.6.16 +pre-commit==3.6.2 poetry-dynamic-versioning==1.2.0 poetry-plugin-export==1.6.0 poetry-plugin-tweak-dependencies-version==1.5.2