Upgrade aiohttp_cors to 0.6.0 (#11310)
This commit is contained in:
parent
169459b57f
commit
5be949f00f
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ from .static import (
|
|||
CachingFileResponse, CachingStaticResource, staticresource_middleware)
|
||||
from .util import get_real_ip
|
||||
|
||||
REQUIREMENTS = ['aiohttp_cors==0.5.3']
|
||||
REQUIREMENTS = ['aiohttp_cors==0.6.0']
|
||||
|
||||
ALLOWED_CORS_HEADERS = [
|
||||
ORIGIN, ACCEPT, HTTP_HEADER_X_REQUESTED_WITH, CONTENT_TYPE,
|
||||
|
|
|
@ -66,7 +66,7 @@ aiodns==1.1.1
|
|||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
aiohttp_cors==0.5.3
|
||||
aiohttp_cors==0.6.0
|
||||
|
||||
# homeassistant.components.sensor.imap
|
||||
aioimaplib==0.7.13
|
||||
|
|
|
@ -31,7 +31,7 @@ aioautomatic==0.6.4
|
|||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
aiohttp_cors==0.5.3
|
||||
aiohttp_cors==0.6.0
|
||||
|
||||
# homeassistant.components.notify.apns
|
||||
apns2==0.3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue