Skip to content

Commit fe7de4b

Browse files
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](aio-libs/aiohttp@v3.1.3...v3.7.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa117bb commit fe7de4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Markdown
33
html2text==2014.12.29
44
lxml==3.5
55
parse==1.8.2
6-
aiohttp==3.1.3
6+
aiohttp==3.7.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(f):
1111

1212
install_requires = [
1313
'sdiff @ git+https://github.com/KeepSafe/html-structure-diff.git#egg=sdiff',
14-
'aiohttp >=3, <3.4',
14+
'aiohttp >=3, <3.8',
1515
'Markdown',
1616
'parse >=1, <2',
1717
'beautifulsoup4 >=4, <5',

0 commit comments

Comments
 (0)