Upgrade xmltodict to 0.11.0 (#7355)

This commit is contained in:
Fabian Affolter 2017-04-29 23:59:38 +02:00 committed by Pascal Vizeli
parent d8afea64af
commit 74362df19c
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
REQUIREMENTS = ['xmltodict==0.10.2']
REQUIREMENTS = ['xmltodict==0.11.0']
_LOGGER = logging.getLogger(__name__)
_RESOURCE = 'http://www.hydrodata.ch/xml/SMS.xml'

View file

@ -16,7 +16,7 @@ from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
REQUIREMENTS = ['xmltodict==0.10.2']
REQUIREMENTS = ['xmltodict==0.11.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -26,7 +26,7 @@ from homeassistant.helpers.event import (
from homeassistant.util import dt as dt_util
REQUIREMENTS = ['xmltodict==0.10.2']
REQUIREMENTS = ['xmltodict==0.11.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -822,7 +822,7 @@ xboxapi==0.1.1
# homeassistant.components.sensor.swiss_hydrological_data
# homeassistant.components.sensor.ted5000
# homeassistant.components.sensor.yr
xmltodict==0.10.2
xmltodict==0.11.0
# homeassistant.components.sensor.yahoo_finance
yahoo-finance==1.4.0