From f6e53a3a7052564915d5c5cf1b11bbb10ddf9835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 16:29:18 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 6 +++--- ci/requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a53b83257..95b859a72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: additional_dependencies: - prettier@2.8.4 - 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 @@ -36,7 +36,7 @@ repos: args: - --ignore-words=.github/spell-ignore-words.txt - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.6 + rev: v0.10.0.1 hooks: - id: shellcheck - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -78,7 +78,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.4.2 hooks: - id: black #- repo: https://github.com/PyCQA/prospector diff --git a/ci/requirements.txt b/ci/requirements.txt index d698734eb..cdf3ffe91 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ c2cciutils[checks,publish]==1.6.18 -pre-commit==3.6.2 -poetry-dynamic-versioning==1.2.0 -poetry-plugin-export==1.6.0 +pre-commit==3.7.0 +poetry-dynamic-versioning==1.3.0 +poetry-plugin-export==1.7.1 poetry-plugin-tweak-dependencies-version==1.5.2 poetry-plugin-drop-python-upper-constraint==0.1.0