From 878f40e6a19246b644a606521b2438da13975081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:28:07 +0000 Subject: [PATCH] Bump aiohttp from 3.10.5 to 3.11.7 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.5 to 3.11.7. - [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.10.5...v3.11.7) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index ef33507ef..a4360402c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ # uv pip compile -o requirements-test.txt --extra test pyproject.toml -p 3.10 aiohappyeyeballs==2.4.0 # via aiohttp -aiohttp==3.10.5 +aiohttp==3.11.7 # via geoip2 aiosignal==1.3.1 # via aiohttp diff --git a/requirements.txt b/requirements.txt index 854ac9f77..9a7c25e5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # uv pip compile -o requirements.txt pyproject.toml -p 3.10 aiohappyeyeballs==2.4.0 # via aiohttp -aiohttp==3.10.5 +aiohttp==3.11.7 # via geoip2 aiosignal==1.3.1 # via aiohttp