From bf8795ceacb14ebb4428d50f827811346a881324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 23:55:17 +0000 Subject: [PATCH] Bump aiohttp from 3.7.3 to 3.7.4 in /backend Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.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.7.3...v3.7.4) 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 afa12be..4a9cd74 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -18,7 +18,7 @@ bcrypt==3.2.0 sqlalchemy-utils==0.36.8 python-multipart==0.0.5 pyjwt==1.7.1 -aiohttp==3.7.3 +aiohttp==3.7.4 boto3==1.16.59 pytest-cov==2.11.1 email-validator==1.1.1