From bfe15b1c44b205730693a62539edd8a400a395f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:32:44 +0000 Subject: [PATCH] Bump aiohttp from 3.10.5 to 3.11.9 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.5 to 3.11.9. - [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.9) --- 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 1b5b13ba1..7879592d4 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.9 # via geoip2 aiosignal==1.3.1 # via aiohttp diff --git a/requirements.txt b/requirements.txt index a879e193f..644942f45 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.9 # via geoip2 aiosignal==1.3.1 # via aiohttp