From fe7de4bb2d2f955b7b174e04b25d56e80afb521c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 09:30:44 +0000 Subject: [PATCH] Bump aiohttp from 3.1.3 to 3.7.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.1.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.1.3...v3.7.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4036e54..f23cb7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ Markdown html2text==2014.12.29 lxml==3.5 parse==1.8.2 -aiohttp==3.1.3 +aiohttp==3.7.4 diff --git a/setup.py b/setup.py index 6d59470..35fc2e9 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(f): install_requires = [ 'sdiff @ git+https://github.com/KeepSafe/html-structure-diff.git#egg=sdiff', - 'aiohttp >=3, <3.4', + 'aiohttp >=3, <3.8', 'Markdown', 'parse >=1, <2', 'beautifulsoup4 >=4, <5',