diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0df1971..5191de3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/sbrunner/hooks - rev: 1.1.2 + rev: 1.2.1 hooks: - id: copyright - id: workflows-require-timeout @@ -21,7 +21,7 @@ repos: additional_dependencies: - poetry==2.0.1 # pypi - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell exclude: ^(.*/)?poetry\.lock$ @@ -43,7 +43,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.1 hooks: - id: check-github-workflows - id: check-github-actions @@ -60,7 +60,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/PyCQA/prospector - rev: v1.13.3 + rev: 1.14.0 hooks: - id: prospector args: @@ -69,14 +69,14 @@ repos: - --output-format=pylint additional_dependencies: - prospector-profile-duplicated==1.10.4 # pypi - - prospector-profile-utils==1.14.1 # pypi - - ruff==0.8.6 # pypi + - prospector-profile-utils==1.17.0 # pypi + - ruff==0.9.4 # pypi - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.86.3 + rev: 39.156.0 hooks: - id: renovate-config-validator - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.4 hooks: - id: ruff-format - repo: https://github.com/sbrunner/python-versions-hook diff --git a/ci/requirements.txt b/ci/requirements.txt index 60c3d4e..73dc6bf 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,10 +1,10 @@ c2cciutils[checks,publish]==1.7.3 -pre-commit==4.0.1 +pre-commit==4.1.0 poetry-plugin-drop-python-upper-constraint==0.1.0 -poetry-plugin-export==1.8.0 +poetry-plugin-export==1.9.0 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.4.1 -importlib-metadata<8.5.1 +poetry-dynamic-versioning==1.7.1 +importlib-metadata<8.6.2 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/requirements.txt b/requirements.txt index c9446ca..7a30933 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ poetry==2.0.1 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.4.1 +poetry-dynamic-versioning==1.7.1 pip==25.0 -poetry-plugin-export==1.8.0 +poetry-plugin-export==1.9.0 poetry-plugin-drop-python-upper-constraint==0.1.0 certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability