From 1616a323e410c5259ca96bf0c556ebe74c0ec0c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 08:26:15 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 14 +++++++------- ci/requirements.txt | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e812f444..01471ce7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,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: poetry-check @@ -45,7 +45,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-github-actions - id: check-github-workflows @@ -65,7 +65,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.9.2 hooks: - id: ruff-format args: @@ -80,15 +80,15 @@ repos: - --die-on-tool-error - --output-format=pylint additional_dependencies: - - prospector-profile-duplicated==1.8.0 # pypi - - prospector-profile-utils==1.13.0 # pypi - - ruff==0.8.1 # pypi + - prospector-profile-duplicated==1.10.4 # pypi + - prospector-profile-utils==1.15.1 # pypi + - ruff==0.9.2 # pypi - repo: https://github.com/sbrunner/jsonschema-validator rev: 0.3.2 hooks: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.42.4 + rev: 39.113.0 hooks: - id: renovate-config-validator diff --git a/ci/requirements.txt b/ci/requirements.txt index fc896ce0..dc39db66 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ c2cciutils[checks,publish]==1.7.1 pre-commit==4.0.1 -poetry-dynamic-versioning==1.4.1 -poetry-plugin-export==1.8.0 +poetry-dynamic-versioning==1.7.0 +poetry-plugin-export==1.9.0 poetry-plugin-tweak-dependencies-version==1.5.2 poetry-plugin-drop-python-upper-constraint==0.1.0