From a675022e1b82cc270e7136856431baedd6edb3a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 01:08:03 +0000 Subject: [PATCH 1/2] Update all dependencies --- .github/workflows/ci.yml | 8 ++++---- .pre-commit-config.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5203cbc3a..26c90f69e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 # Fetch all history for the current branch, needed for checking migrations - name: Install the latest version of uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 with: python-version: ${{ matrix.python-version }} @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Install the latest version of uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 with: python-version: "3.13" @@ -122,7 +122,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Install the latest version of uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 with: python-version: "3.9" @@ -192,7 +192,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Install the latest version of uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 with: python-version: "3.13" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6552f4523..f6ab3ce44 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.405 + rev: v1.1.406 hooks: - id: pyright additional_dependencies: @@ -88,7 +88,7 @@ repos: - urllib3==2.5.0 - zipp==3.23.0 ; python_full_version < '3.10' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.13.3 hooks: - id: ruff args: [--fix, --unsafe-fixes, --show-fixes] @@ -100,7 +100,7 @@ repos: - id: doc8 - repo: https://github.com/adamchainz/django-upgrade - rev: 1.27.0 + rev: 1.28.0 hooks: - id: django-upgrade args: [--target-version, '4.2'] # Replace with Django version From 63f0dd3ccde931713d851a4714e2564c658e5a62 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 01:09:34 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6ab3ce44..6552f4523 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.406 + rev: v1.1.405 hooks: - id: pyright additional_dependencies: @@ -88,7 +88,7 @@ repos: - urllib3==2.5.0 - zipp==3.23.0 ; python_full_version < '3.10' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.12.12 hooks: - id: ruff args: [--fix, --unsafe-fixes, --show-fixes] @@ -100,7 +100,7 @@ repos: - id: doc8 - repo: https://github.com/adamchainz/django-upgrade - rev: 1.28.0 + rev: 1.27.0 hooks: - id: django-upgrade args: [--target-version, '4.2'] # Replace with Django version