From f78d81629a67d86210dda3e14d644421f18bafa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 03:29:03 +0000 Subject: [PATCH] Bump aiohttp from 3.11.10 to 3.11.11 in /client/python Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.10 to 3.11.11. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.10...v3.11.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/python/requirements.in | 2 +- client/python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/python/requirements.in b/client/python/requirements.in index 12aea721..ece45e53 100644 --- a/client/python/requirements.in +++ b/client/python/requirements.in @@ -1,5 +1,5 @@ urllib3==2.3.0 python-dateutil==2.9.0.post0 -aiohttp==3.11.10 +aiohttp==3.11.11 aiohttp-retry==2.9.1 pydantic==2.10.4 diff --git a/client/python/requirements.txt b/client/python/requirements.txt index 9bde405f..c57a5672 100644 --- a/client/python/requirements.txt +++ b/client/python/requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.4.0 # via aiohttp -aiohttp==3.11.10 +aiohttp==3.11.11 # via # -r requirements.in # aiohttp-retry