Skip to content

Commit 67f4b10

Browse files
chore(deps): bump aiohttp from 2.3.7 to 3.7.4
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 2.3.7 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@v2.3.7...v3.7.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5d6689 commit 67f4b10

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
@@ -1,4 +1,4 @@
1-
aiohttp==2.3.7
1+
aiohttp==3.7.4
22
async-timeout==2.0.0
33
asyncio==3.4.3
44
chardet==3.0.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
here = os.path.abspath(os.path.dirname(__file__))
66

77
requires = [
8-
'aiohttp==2.3.7',
8+
'aiohttp==3.7.4',
99
'asyncio==3.4.3',
1010
'graypy==0.2.14',
1111
'pillow==5.2.0',

0 commit comments

Comments
 (0)