From 012419beb00676a36477ec516aa543954ad4ccb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:37:55 +0000 Subject: [PATCH] Update most test/lint dependencies --- .pre-commit-config.yaml | 2 +- requirements-tests.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6a810b0296b..fe18b10aa9c5 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.6.8 # must match requirements-tests.txt + rev: v0.6.9 # must match requirements-tests.txt hooks: - id: ruff name: Run ruff on stubs, tests and scripts diff --git a/requirements-tests.txt b/requirements-tests.txt index 8e0d7d9ae790..4d1decafef5c 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -6,7 +6,7 @@ pyright==1.1.383 pytype==2024.9.13; platform_system != "Windows" and python_version < "3.13" # Libraries used by our various scripts. -aiohttp==3.10.8 +aiohttp==3.10.9 # grpc install only fails on Windows, but let's avoid building sdist on other platforms # https://github.com/grpc/grpc/issues/36201 grpcio-tools; python_version < "3.13" # For grpc_tools.protoc @@ -15,10 +15,10 @@ packaging==24.1 pathspec>=0.11.1 pre-commit # Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml. -ruff==0.6.8 +ruff==0.6.9 stubdefaulter==0.1.0 termcolor>=2.3 -tomli==2.0.1 +tomli==2.0.2 tomlkit==0.13.2 typing_extensions>=4.12.0rc1 -uv==0.4.17 +uv==0.4.18