From 9b1376b1cc8418af30eb334475e1b111301513e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:02:54 +0000 Subject: [PATCH] build(deps): update aiohttp requirement from ~=3.11.9 to ~=3.11.10 Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [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.9...v3.11.10) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40c9d50..cabb312 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytest~=8.3.4 pytz~=2024.2 requests~=2.32.3 numpy~=2.2.0 -aiohttp~=3.11.9 +aiohttp~=3.11.10 pytest-asyncio~=0.24.0 aioresponses~=0.7.7 python-dotenv~=1.0.1