mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Bump aiohttp to 3.6.2 (#27409)
This commit is contained in:
parent
4f4bbedc58
commit
aecf7e65ff
@ -1,6 +1,6 @@
|
|||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
PyNaCl==1.3.0
|
PyNaCl==1.3.0
|
||||||
aiohttp==3.6.1
|
aiohttp==3.6.2
|
||||||
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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Home Assistant core
|
# Home Assistant core
|
||||||
aiohttp==3.6.1
|
aiohttp==3.6.2
|
||||||
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
|
||||||
|
2
setup.py
2
setup.py
@ -31,7 +31,7 @@ PROJECT_URLS = {
|
|||||||
PACKAGES = find_packages(exclude=["tests", "tests.*"])
|
PACKAGES = find_packages(exclude=["tests", "tests.*"])
|
||||||
|
|
||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
"aiohttp==3.6.1",
|
"aiohttp==3.6.2",
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user