From b14d9631fc120f87edbb50f93b7ad037597cf7b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 19:56:45 +0000 Subject: [PATCH] Update most test/lint dependencies --- .pre-commit-config.yaml | 4 ++-- requirements-tests.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de927ebff374..123a94d3013d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: args: [--fix=lf] - id: check-case-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.1 # must match requirements-tests.txt + rev: v0.12.2 # must match requirements-tests.txt hooks: - id: ruff name: Run ruff on stubs, tests and scripts @@ -31,7 +31,7 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 language: python diff --git a/requirements-tests.txt b/requirements-tests.txt index 794605e19f12..098d92543da6 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -17,14 +17,14 @@ packaging==25.0 pathspec>=0.11.1 pre-commit # Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml. -ruff==0.12.1 +ruff==0.12.2 # TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet. stubdefaulter==0.1.0; python_version < "3.14" termcolor>=2.3 tomli==2.2.1 tomlkit==0.13.3 typing_extensions>=4.14.0rc1 -uv==0.7.17 +uv==0.7.19 # Utilities for typeshed infrastructure scripts. ts_utils @ file:lib