Upgrade async_timeout to 1.4.0 (#9488)
This commit is contained in:
parent
0f7c35859b
commit
a05afd58e9
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ jinja2>=2.9.6
|
|||
voluptuous==0.10.5
|
||||
typing>=3,<4
|
||||
aiohttp==2.2.5
|
||||
async_timeout==1.3.0
|
||||
async_timeout==1.4.0
|
||||
chardet==3.0.4
|
||||
astral==1.4
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ jinja2>=2.9.6
|
|||
voluptuous==0.10.5
|
||||
typing>=3,<4
|
||||
aiohttp==2.2.5
|
||||
async_timeout==1.3.0
|
||||
async_timeout==1.4.0
|
||||
chardet==3.0.4
|
||||
astral==1.4
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ REQUIRES = [
|
|||
'voluptuous==0.10.5',
|
||||
'typing>=3,<4',
|
||||
'aiohttp==2.2.5',
|
||||
'async_timeout==1.3.0',
|
||||
'async_timeout==1.4.0',
|
||||
'chardet==3.0.4',
|
||||
'astral==1.4',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue