File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
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
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
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
Original file line number Diff line number Diff line change 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
44pyright==1.1.386
55# pytype can be installed on Windows, but requires building wheels, let's not do that on the CI
66pytype==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
1212grpcio-tools; python_version < "3.13" # For grpc_tools.protoc
@@ -15,13 +15,13 @@ packaging==24.1
1515pathspec>=0.11.1
1616pre-commit
1717# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
18- ruff==0.6.9
18+ ruff==0.7.1
1919stubdefaulter==0.1.0; python_version < "3.13" # Requires libcst which doesn't have 3.13 wheels yet and requires a Rust compiler
2020termcolor>=2.3
2121tomli==2.0.2
2222tomlkit==0.13.2
2323typing_extensions>=4.12.0rc1
24- uv==0.4.18
24+ uv==0.4.26
2525
2626# Utilities for typeshed infrastructure scripts.
2727ts_utils @ file:lib
You can’t perform that action at this time.
0 commit comments