From f6b13815d3c6dae4fc7dc2565ccb146b3e68d017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:06:30 +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 f32ea5c5..2e285aaa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: )$ verbose: true additional_dependencies: - - pre-commit==3.6.2 # pypi + - pre-commit==3.7.0 # pypi - repo: https://github.com/pre-commit/mirrors-prettier rev: v3.1.0 hooks: @@ -73,7 +73,7 @@ repos: |tests/openapi3\.json )$ - 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 @@ -114,7 +114,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 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.1.0 # pypi + - prospector-profile-duplicated==1.2.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 dc77cb41..0e8db1db 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ c2cciutils[checks,publish]==1.6.17 -pre-commit==3.6.2 +pre-commit==3.7.0 poetry-plugin-drop-python-upper-constraint==0.1.0 -poetry-plugin-export==1.6.0 +poetry-plugin-export==1.7.1 poetry-plugin-tweak-dependencies-version==1.5.2 poetry-dynamic-versioning==1.2.0