From 598808259da7b7da7cb1a08d491637c0dade01d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 04:32:48 +0000 Subject: [PATCH] Update all dependencies --- .pre-commit-config.yaml | 4 ++-- Dolphin scripts/requirements-dev.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f2cbfd..75355c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: additional_dependencies: ["dprint@~0.46.0"] pass_filenames: false # https://github.com/adamchainz/pre-commit-dprint/issues/3#issuecomment-1483410008 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.2" # Must match requirements-dev.txt + rev: "v0.6.6" # Must match requirements-dev.txt hooks: - id: ruff args: [--fix] @@ -43,7 +43,7 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/RobertCraigie/pyright-python - rev: "v1.1.377" # Must match requirements-dev.txt + rev: "v1.1.381" # Must match requirements-dev.txt hooks: - id: pyright args: [--threads] diff --git a/Dolphin scripts/requirements-dev.txt b/Dolphin scripts/requirements-dev.txt index 462ab92..1af1cc2 100644 --- a/Dolphin scripts/requirements-dev.txt +++ b/Dolphin scripts/requirements-dev.txt @@ -2,5 +2,5 @@ pre-commit # Below must match .pre-commit-config.yaml, this is handled by Renovate add-trailing-comma==3.1.0 autopep8==2.3.1 -pyright==1.1.377 -ruff==0.6.2 +pyright==1.1.381 +ruff==0.6.6