From e1eddf156f83a5f6f6469b4002f2815e28b3302c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:33:17 +0100 Subject: [PATCH] Update dependency aiohttp to v3.10.2 (#12504) 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 e1fe55e2a392..89b009d30caf 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -12,7 +12,7 @@ pytype==2024.4.11; platform_system != "Windows" and python_version < "3.12" ruff==0.5.4 # must match .pre-commit-config.yaml # Libraries used by our various scripts. -aiohttp==3.9.5 +aiohttp==3.10.2 packaging==24.1 pathspec>=0.11.1 pre-commit