mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Upgrade aiohttp_cors to 0.5.3 (#7213)
This commit is contained in:
parent
ec5e9fcd0d
commit
209da6f338
@ -34,7 +34,7 @@ from .static import (
|
|||||||
staticresource_middleware, CachingFileResponse, CachingStaticResource)
|
staticresource_middleware, CachingFileResponse, CachingStaticResource)
|
||||||
from .util import get_real_ip
|
from .util import get_real_ip
|
||||||
|
|
||||||
REQUIREMENTS = ['aiohttp_cors==0.5.2']
|
REQUIREMENTS = ['aiohttp_cors==0.5.3']
|
||||||
|
|
||||||
DOMAIN = 'http'
|
DOMAIN = 'http'
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ aiodns==1.1.1
|
|||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
aiohttp_cors==0.5.2
|
aiohttp_cors==0.5.3
|
||||||
|
|
||||||
# homeassistant.components.light.lifx
|
# homeassistant.components.light.lifx
|
||||||
aiolifx==0.4.4
|
aiolifx==0.4.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user