File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 args : [--fix=lf]
1212 - id : check-case-conflict
1313 - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : v0.11.4 # must match requirements-tests.txt
14+ rev : v0.12.1 # must match requirements-tests.txt
1515 hooks :
1616 - id : ruff
1717 name : Run ruff on stubs, tests and scripts
3131 hooks :
3232 - id : black
3333 - repo : https://github.com/pycqa/flake8
34- rev : 7.2 .0
34+ rev : 7.3 .0
3535 hooks :
3636 - id : flake8
3737 language : python
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.16.0
3+ mypy==1.16.1
44pyright==1.1.400
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.
99# TODO (2025-05-09): Installing this on Python 3.14 on Windows fails at
1010# the moment.
11- aiohttp==3.11.15 ; python_version < "3.14"
11+ aiohttp==3.12.13 ; python_version < "3.14"
1212# TODO (2025-05-09): No wheels exist for Python 3.14 yet, slowing down CI
1313# considerably and prone to fail.
1414grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc
1515mypy-protobuf==3.6.0
16- packaging==24.2
16+ packaging==25.0
1717pathspec>=0.11.1
1818pre-commit
1919# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
20- ruff==0.11.4
20+ ruff==0.12.1
2121# TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet.
2222stubdefaulter==0.1.0; python_version < "3.14"
2323termcolor>=2.3
2424tomli==2.2.1
25- tomlkit==0.13.2
25+ tomlkit==0.13.3
2626typing_extensions>=4.14.0rc1
27- uv==0.7.4
27+ uv==0.7.17
2828
2929# Utilities for typeshed infrastructure scripts.
3030ts_utils @ file:lib
You can’t perform that action at this time.
0 commit comments