Upgrade aiohttp to 2.3.6 (#11079)
This commit is contained in:
parent
7259cc878e
commit
7777d5811f
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ pip>=8.0.3
|
|||
jinja2>=2.9.6
|
||||
voluptuous==0.10.5
|
||||
typing>=3,<4
|
||||
aiohttp==2.3.5
|
||||
aiohttp==2.3.6
|
||||
yarl==0.15.0
|
||||
async_timeout==2.0.0
|
||||
chardet==3.0.4
|
||||
|
|
|
@ -6,7 +6,7 @@ pip>=8.0.3
|
|||
jinja2>=2.9.6
|
||||
voluptuous==0.10.5
|
||||
typing>=3,<4
|
||||
aiohttp==2.3.5
|
||||
aiohttp==2.3.6
|
||||
yarl==0.15.0
|
||||
async_timeout==2.0.0
|
||||
chardet==3.0.4
|
||||
|
|
2
setup.py
2
setup.py
|
@ -53,7 +53,7 @@ REQUIRES = [
|
|||
'jinja2>=2.9.6',
|
||||
'voluptuous==0.10.5',
|
||||
'typing>=3,<4',
|
||||
'aiohttp==2.3.5', # If updated, check if yarl also needs an update!
|
||||
'aiohttp==2.3.6', # If updated, check if yarl also needs an update!
|
||||
'yarl==0.15.0',
|
||||
'async_timeout==2.0.0',
|
||||
'chardet==3.0.4',
|
||||
|
|
Loading…
Add table
Reference in a new issue