Skip to content
Snippets Groups Projects
Commit 0771dc3a authored by Pascal Vizeli's avatar Pascal Vizeli Committed by Paulus Schoutsen
Browse files

Downgrade aioHTTP 3.6.2 to 3.6.1 (#28143)

parent 85eefe41
No related branches found
No related tags found
No related merge requests found
PyJWT==1.7.1 PyJWT==1.7.1
PyNaCl==1.3.0 PyNaCl==1.3.0
aiohttp==3.6.2 aiohttp==3.6.1
aiohttp_cors==0.7.0 aiohttp_cors==0.7.0
astral==1.10.1 astral==1.10.1
async_timeout==3.0.1 async_timeout==3.0.1
......
# Home Assistant core # Home Assistant core
aiohttp==3.6.2 aiohttp==3.6.1
astral==1.10.1 astral==1.10.1
async_timeout==3.0.1 async_timeout==3.0.1
attrs==19.2.0 attrs==19.2.0
......
...@@ -31,7 +31,7 @@ PROJECT_URLS = { ...@@ -31,7 +31,7 @@ PROJECT_URLS = {
PACKAGES = find_packages(exclude=["tests", "tests.*"]) PACKAGES = find_packages(exclude=["tests", "tests.*"])
REQUIRES = [ REQUIRES = [
"aiohttp==3.6.2", "aiohttp==3.6.1",
"astral==1.10.1", "astral==1.10.1",
"async_timeout==3.0.1", "async_timeout==3.0.1",
"attrs==19.2.0", "attrs==19.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