From e15967b07e0d34411b2db4422b033c39e5185cd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:38:52 +0000 Subject: [PATCH] Update dependency aiohttp to v3.10.11 [SECURITY] (#13042) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 52fd4562d..2b0f2d767 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -6,7 +6,7 @@ pyright==1.1.389 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.10 +aiohttp==3.10.11 # grpc install only fails on Windows, but let's avoid building sdist on other platforms # https://github.com/grpc/grpc/issues/36201 grpcio-tools; python_version < "3.13" # For grpc_tools.protoc