Upgrade aiohttp_cors to 0.7.0 (#13289)
This commit is contained in:
parent
8fed405da7
commit
e01a0f91d6
3 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,6 @@ This module provides WSGI application to serve the Home Assistant API.
|
|||
For more details about this component, please refer to the documentation at
|
||||
https://home-assistant.io/components/http/
|
||||
"""
|
||||
|
||||
from ipaddress import ip_network
|
||||
import logging
|
||||
import os
|
||||
|
@ -32,7 +31,7 @@ from .static import (
|
|||
from .const import KEY_AUTHENTICATED, KEY_REAL_IP # noqa
|
||||
from .view import HomeAssistantView # noqa
|
||||
|
||||
REQUIREMENTS = ['aiohttp_cors==0.6.0']
|
||||
REQUIREMENTS = ['aiohttp_cors==0.7.0']
|
||||
|
||||
DOMAIN = 'http'
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ aiodns==1.1.1
|
|||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
aiohttp_cors==0.6.0
|
||||
aiohttp_cors==0.7.0
|
||||
|
||||
# homeassistant.components.hue
|
||||
aiohue==1.2.0
|
||||
|
|
|
@ -32,7 +32,7 @@ aioautomatic==0.6.5
|
|||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
aiohttp_cors==0.6.0
|
||||
aiohttp_cors==0.7.0
|
||||
|
||||
# homeassistant.components.hue
|
||||
aiohue==1.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue