Skip to content

Commit 59a6534

Browse files
Update most test/lint dependencies (#13754)
1 parent 19cea10 commit 59a6534

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/pycqa/flake8
34-
rev: 7.1.2
34+
rev: 7.2.0
3535
hooks:
3636
- id: flake8
3737
language: python

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pyright==1.1.398
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.11
9+
aiohttp==3.11.12
1010
grpcio-tools>=1.66.2 # For grpc_tools.protoc
1111
mypy-protobuf==3.6.0
1212
packaging==24.2
@@ -19,7 +19,7 @@ termcolor>=2.3
1919
tomli==2.2.1
2020
tomlkit==0.13.2
2121
typing_extensions>=4.13.0rc1
22-
uv==0.5.14
22+
uv==0.6.11
2323

2424
# Utilities for typeshed infrastructure scripts.
2525
ts_utils @ file:lib

0 commit comments

Comments
 (0)