From 42c0d8d586b028b7fd80248389f070e65daf86df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:34:29 +0000 Subject: [PATCH] Bump aiohttp from 3.8.4 to 3.9.4 in /backend Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.9.4. - [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.8.4...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index dd8783319..584cf5a08 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ SQLAlchemy==2.0.29 pytz==2022.1 PyGithub==1.55 pycryptodome==3.14.1 -aiohttp==3.8.4 +aiohttp==3.9.4 redis==5.0.3 python-redis-lock==4.0.0 psycopg2==2.9.3