Skip to content
Snippets Groups Projects
Commit fe14be53 authored by Fabian Affolter's avatar Fabian Affolter Committed by Paulus Schoutsen
Browse files

Upgrade aiohttp to 3.5.1 (#19584)

parent b32e6fe0
No related branches found
No related tags found
No related merge requests found
aiohttp==3.4.4 aiohttp==3.5.1
astral==1.7.1 astral==1.7.1
async_timeout==3.0.1 async_timeout==3.0.1
attrs==18.2.0 attrs==18.2.0
......
# Home Assistant core # Home Assistant core
aiohttp==3.4.4 aiohttp==3.5.1
astral==1.7.1 astral==1.7.1
async_timeout==3.0.1 async_timeout==3.0.1
attrs==18.2.0 attrs==18.2.0
......
...@@ -32,7 +32,7 @@ PROJECT_URLS = { ...@@ -32,7 +32,7 @@ PROJECT_URLS = {
PACKAGES = find_packages(exclude=['tests', 'tests.*']) PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [ REQUIRES = [
'aiohttp==3.4.4', 'aiohttp==3.5.1',
'astral==1.7.1', 'astral==1.7.1',
'async_timeout==3.0.1', 'async_timeout==3.0.1',
'attrs==18.2.0', 'attrs==18.2.0',
......
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