From 09814fcc4de88b3134aa10c730604f493ec6d7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:12:38 +0000 Subject: [PATCH] Bump aiohttp from 2.2.5 to 3.7.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 2.2.5 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/v2.2.5...v3.7.4) Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index cdbfad6..2926a0c --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ # ], install_requires=[ # 'aiodns==1.1.1', - # 'aiohttp==2.2.5', + # 'aiohttp==3.7.4', # 'aiohttp-debugtoolbar==0.4.1', # 'aiohttp-jinja2==0.14.0', # 'aiopg==0.13.1', @@ -122,7 +122,7 @@ # 'yarl==0.12.0', 'aiodns', # Recommended by aiohttp docs - 'aiohttp==2.2.5', + 'aiohttp==3.7.4', 'aiohttp-jinja2==0.14.0', 'aiopg', 'datapunt-authorization-django==0.2.18', # Only for jwks module in this package