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

Upgrade aiohttp to 3.0.9 (#13288)

parent 3442b674
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ pip>=8.0.3 ...@@ -5,7 +5,7 @@ pip>=8.0.3
jinja2>=2.10 jinja2>=2.10
voluptuous==0.11.1 voluptuous==0.11.1
typing>=3,<4 typing>=3,<4
aiohttp==3.0.7 aiohttp==3.0.9
async_timeout==2.0.0 async_timeout==2.0.0
astral==1.6 astral==1.6
certifi>=2017.4.17 certifi>=2017.4.17
......
...@@ -6,7 +6,7 @@ pip>=8.0.3 ...@@ -6,7 +6,7 @@ pip>=8.0.3
jinja2>=2.10 jinja2>=2.10
voluptuous==0.11.1 voluptuous==0.11.1
typing>=3,<4 typing>=3,<4
aiohttp==3.0.7 aiohttp==3.0.9
async_timeout==2.0.0 async_timeout==2.0.0
astral==1.6 astral==1.6
certifi>=2017.4.17 certifi>=2017.4.17
......
...@@ -49,7 +49,7 @@ REQUIRES = [ ...@@ -49,7 +49,7 @@ REQUIRES = [
'jinja2>=2.10', 'jinja2>=2.10',
'voluptuous==0.11.1', 'voluptuous==0.11.1',
'typing>=3,<4', 'typing>=3,<4',
'aiohttp==3.0.7', 'aiohttp==3.0.9',
'async_timeout==2.0.0', 'async_timeout==2.0.0',
'astral==1.6', 'astral==1.6',
'certifi>=2017.4.17', 'certifi>=2017.4.17',
......
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