mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Upgrade aiohttp_cors to 0.6.0 (#11310)
This commit is contained in:
parent
169459b57f
commit
5be949f00f
@ -36,7 +36,7 @@ from .static import (
|
|||||||
CachingFileResponse, CachingStaticResource, staticresource_middleware)
|
CachingFileResponse, CachingStaticResource, staticresource_middleware)
|
||||||
from .util import get_real_ip
|
from .util import get_real_ip
|
||||||
|
|
||||||
REQUIREMENTS = ['aiohttp_cors==0.5.3']
|
REQUIREMENTS = ['aiohttp_cors==0.6.0']
|
||||||
|
|
||||||
ALLOWED_CORS_HEADERS = [
|
ALLOWED_CORS_HEADERS = [
|
||||||
ORIGIN, ACCEPT, HTTP_HEADER_X_REQUESTED_WITH, CONTENT_TYPE,
|
ORIGIN, ACCEPT, HTTP_HEADER_X_REQUESTED_WITH, CONTENT_TYPE,
|
||||||
|
@ -66,7 +66,7 @@ aiodns==1.1.1
|
|||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
aiohttp_cors==0.5.3
|
aiohttp_cors==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.imap
|
# homeassistant.components.sensor.imap
|
||||||
aioimaplib==0.7.13
|
aioimaplib==0.7.13
|
||||||
|
@ -31,7 +31,7 @@ aioautomatic==0.6.4
|
|||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
aiohttp_cors==0.5.3
|
aiohttp_cors==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.notify.apns
|
# homeassistant.components.notify.apns
|
||||||
apns2==0.3.0
|
apns2==0.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user