mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Update most test/lint dependencies (#13754)
This commit is contained in:
@@ -31,7 +31,7 @@ repos:
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 7.1.2
|
||||
rev: 7.2.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
language: python
|
||||
|
||||
@@ -6,7 +6,7 @@ pyright==1.1.398
|
||||
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"
|
||||
|
||||
# Libraries used by our various scripts.
|
||||
aiohttp==3.10.11
|
||||
aiohttp==3.11.12
|
||||
grpcio-tools>=1.66.2 # For grpc_tools.protoc
|
||||
mypy-protobuf==3.6.0
|
||||
packaging==24.2
|
||||
@@ -19,7 +19,7 @@ termcolor>=2.3
|
||||
tomli==2.2.1
|
||||
tomlkit==0.13.2
|
||||
typing_extensions>=4.13.0rc1
|
||||
uv==0.5.14
|
||||
uv==0.6.11
|
||||
|
||||
# Utilities for typeshed infrastructure scripts.
|
||||
ts_utils @ file:lib
|
||||
|
||||
Reference in New Issue
Block a user