From fb95ed8658340603d03aae68b401db9efa759678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:55:54 +0000 Subject: [PATCH] Bump aiohttp from 3.6.2 to 3.7.4 in /gateway Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 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.6.2...v3.7.4) Signed-off-by: dependabot[bot] --- gateway/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/requirements.txt b/gateway/requirements.txt index b3adc95..a84d6a6 100644 --- a/gateway/requirements.txt +++ b/gateway/requirements.txt @@ -3,7 +3,7 @@ uvicorn==0.11.5 PyJWT==1.7.1 # async http requests & fast dns resolving -aiohttp==3.6.2 +aiohttp==3.7.4 aiodns==2.0.0 # for test purposes