Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b954cd7

Browse files
Update most test/lint dependencies (#12903)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 701cd06 commit b954cd7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
1111
args: [--fix=lf]
1212
- id: check-case-conflict
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.6.9 # must match requirements-tests.txt
14+
rev: v0.7.1 # must match requirements-tests.txt
1515
hooks:
1616
- id: ruff
1717
name: Run ruff on stubs, tests and scripts
@@ -27,7 +27,7 @@ repos:
2727
- "--unsafe-fixes"
2828
files: '.*test_cases/.+\.py$'
2929
- repo: https://github.com/psf/black-pre-commit-mirror
30-
rev: 24.8.0
30+
rev: 24.10.0
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/pycqa/flake8

requirements-tests.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Type checkers that we test our stubs against. These should always
22
# be pinned to a specific version to make failure reproducible.
3-
mypy==1.12.0
3+
mypy==1.13.0
44
pyright==1.1.386
55
# pytype can be installed on Windows, but requires building wheels, let's not do that on the CI
66
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"
77

88
# Libraries used by our various scripts.
9-
aiohttp==3.10.9
9+
aiohttp==3.10.10
1010
# grpc install only fails on Windows, but let's avoid building sdist on other platforms
1111
# https://github.com/grpc/grpc/issues/36201
1212
grpcio-tools; python_version < "3.13" # For grpc_tools.protoc
@@ -15,13 +15,13 @@ packaging==24.1
1515
pathspec>=0.11.1
1616
pre-commit
1717
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
18-
ruff==0.6.9
18+
ruff==0.7.1
1919
stubdefaulter==0.1.0; python_version < "3.13" # Requires libcst which doesn't have 3.13 wheels yet and requires a Rust compiler
2020
termcolor>=2.3
2121
tomli==2.0.2
2222
tomlkit==0.13.2
2323
typing_extensions>=4.12.0rc1
24-
uv==0.4.18
24+
uv==0.4.26
2525

2626
# Utilities for typeshed infrastructure scripts.
2727
ts_utils @ file:lib

0 commit comments

Comments
 (0)