From a29b4e7028bcfcfddafb009802f8bfdfbb60c66d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:03:41 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 2 +- ci/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 273b1c2a6..b8d023179 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -79,7 +79,7 @@ repos: args: - --project=c2cwsgiutils - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black exclude: .*\.html diff --git a/ci/requirements.txt b/ci/requirements.txt index a5e6e7b92..73bf73dd8 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -7,4 +7,4 @@ scikit-image==0.24.0 poetry-plugin-tweak-dependencies-version==1.5.2 poetry-dynamic-versioning==1.4.0 poetry-plugin-drop-python-upper-constraint==0.1.0 -importlib-metadata<8.2.1 +importlib-metadata<8.4.1