From f8aa9bd9b530a62bf62b9c12f13479e0b9def1a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:28:41 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 8 ++++---- ci/requirements.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a717e98f..e47d1d67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: additional_dependencies: - prettier@3.2.5 # npm - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: detect-private-key - id: check-merge-conflict @@ -64,7 +64,7 @@ repos: additional_dependencies: - poetry==1.8.2 # pypi - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell exclude: |- @@ -114,7 +114,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/PyCQA/prospector @@ -126,7 +126,7 @@ repos: - --die-on-tool-error - --output-format=pylint additional_dependencies: - - prospector-profile-duplicated==1.2.0 # pypi + - prospector-profile-duplicated==1.5.0 # pypi - prospector-profile-utils==1.7.2 # pypi - repo: https://github.com/sbrunner/jsonschema-validator rev: 0.1.0 diff --git a/ci/requirements.txt b/ci/requirements.txt index 0925d9d6..efc93627 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ c2cciutils[checks,publish]==1.6.18 pre-commit==3.7.0 poetry-plugin-drop-python-upper-constraint==0.1.0 -poetry-plugin-export==1.7.1 +poetry-plugin-export==1.8.0 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.2.0 +poetry-dynamic-versioning==1.3.0