From d63cd41ebf0b6830f40c0c6a551a05746f025a61 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Dec 2024 16:32:08 +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] <support@github.com>
---
 src/requirements.txt   | 2 +-
 tests/requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/requirements.txt b/src/requirements.txt
index 4661506..7d1b2a2 100644
--- a/src/requirements.txt
+++ b/src/requirements.txt
@@ -1,3 +1,3 @@
-aiohttp == 3.10.5
+aiohttp == 3.11.9
 async-timeout == 4.0.3
 yarl == 1.11.1
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 981eabb..1beb138 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,3 +1,3 @@
-aiohttp==3.10.5
+aiohttp==3.11.9
 async-timeout==4.0.3
 yarl==1.11.1