mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade xmltodict to 0.11.0 (#7355)
This commit is contained in:
parent
d8afea64af
commit
74362df19c
@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['xmltodict==0.10.2']
|
REQUIREMENTS = ['xmltodict==0.11.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
_RESOURCE = 'http://www.hydrodata.ch/xml/SMS.xml'
|
_RESOURCE = 'http://www.hydrodata.ch/xml/SMS.xml'
|
||||||
|
@ -16,7 +16,7 @@ from homeassistant.helpers import config_validation as cv
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['xmltodict==0.10.2']
|
REQUIREMENTS = ['xmltodict==0.11.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ from homeassistant.helpers.event import (
|
|||||||
from homeassistant.util import dt as dt_util
|
from homeassistant.util import dt as dt_util
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS = ['xmltodict==0.10.2']
|
REQUIREMENTS = ['xmltodict==0.11.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -822,7 +822,7 @@ xboxapi==0.1.1
|
|||||||
# homeassistant.components.sensor.swiss_hydrological_data
|
# homeassistant.components.sensor.swiss_hydrological_data
|
||||||
# homeassistant.components.sensor.ted5000
|
# homeassistant.components.sensor.ted5000
|
||||||
# homeassistant.components.sensor.yr
|
# homeassistant.components.sensor.yr
|
||||||
xmltodict==0.10.2
|
xmltodict==0.11.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.yahoo_finance
|
# homeassistant.components.sensor.yahoo_finance
|
||||||
yahoo-finance==1.4.0
|
yahoo-finance==1.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user