From 622ccabb6444d4e3c970c3bc7253d85a7262e57c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:01:10 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 2 +- ci/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 612ae62..fc1a5d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -77,7 +77,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: diff --git a/ci/requirements.txt b/ci/requirements.txt index 39c35d6..7f02b18 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,8 +1,8 @@ c2cciutils[checks,publish]==1.6.21 poetry==1.8.3 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.3.0 -pip==24.0 +poetry-dynamic-versioning==1.4.0 +pip==24.1.1 pre-commit==3.7.1 importlib-metadata<8.0.0 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability