Skip to content
Snippets Groups Projects
Commit a05afd58 authored by Fabian Affolter's avatar Fabian Affolter Committed by Pascal Vizeli
Browse files

Upgrade async_timeout to 1.4.0 (#9488)

parent 0f7c3585
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment