Skip to content

Commit 8e949b6

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] <[email protected]>
1 parent 30e5910 commit 8e949b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
@@ -10,7 +10,7 @@ def read(f):
1010

1111

1212
install_requires = [
13-
'aiohttp >=3, <3.4',
13+
'aiohttp >=3, <3.8',
1414
'Markdown',
1515
'parse >=1, <2',
1616
'beautifulsoup4 >=4, <5',

0 commit comments

Comments
 (0)