Downgrade aioHTTP 3.6.2 to 3.6.1 (#28143)

pull/28148/head
Pascal Vizeli 2019-10-23 20:37:37 +02:00 committed by Paulus Schoutsen
parent 85eefe41da
commit 0771dc3a37
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PyJWT==1.7.1
PyNaCl==1.3.0
aiohttp==3.6.2
aiohttp==3.6.1
aiohttp_cors==0.7.0
astral==1.10.1
async_timeout==3.0.1

View File

@ -1,5 +1,5 @@
# Home Assistant core
aiohttp==3.6.2
aiohttp==3.6.1
astral==1.10.1
async_timeout==3.0.1
attrs==19.2.0

View File

@ -31,7 +31,7 @@ PROJECT_URLS = {
PACKAGES = find_packages(exclude=["tests", "tests.*"])
REQUIRES = [
"aiohttp==3.6.2",
"aiohttp==3.6.1",
"astral==1.10.1",
"async_timeout==3.0.1",
"attrs==19.2.0",