We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cea10 commit 59a6534Copy full SHA for 59a6534
2 files changed
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
hooks:
32
- id: black
33
- repo: https://github.com/pycqa/flake8
34
- rev: 7.1.2
+ rev: 7.2.0
35
36
- id: flake8
37
language: python
requirements-tests.txt
@@ -6,7 +6,7 @@ pyright==1.1.398
6
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"
7
8
# Libraries used by our various scripts.
9
-aiohttp==3.10.11
+aiohttp==3.11.12
10
grpcio-tools>=1.66.2 # For grpc_tools.protoc
11
mypy-protobuf==3.6.0
12
packaging==24.2
@@ -19,7 +19,7 @@ termcolor>=2.3
19
tomli==2.2.1
20
tomlkit==0.13.2
21
typing_extensions>=4.13.0rc1
22
-uv==0.5.14
+uv==0.6.11
23
24
# Utilities for typeshed infrastructure scripts.
25
ts_utils @ file:lib
0 commit comments