From 64c6d82eab0c192721f4dd831e01dbb486036319 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:36:16 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/test.yml | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 829a8603d..07981c74e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -134,7 +134,7 @@ jobs: uses: actions/setup-python@v6.2.0 with: python-version: '3.14' - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 with: name: dist path: dist diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30f22fb1d..2a70a9b3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 26.3.0 + rev: 26.3.1 hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 43.60.0 + rev: 43.76.3 hooks: - id: renovate-config-validator