From 74362df19c1890555ecd003b4544eb9b04d89b57 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 29 Apr 2017 23:59:38 +0200 Subject: [PATCH] Upgrade xmltodict to 0.11.0 (#7355) --- homeassistant/components/sensor/swiss_hydrological_data.py | 2 +- homeassistant/components/sensor/ted5000.py | 2 +- homeassistant/components/sensor/yr.py | 2 +- requirements_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/sensor/swiss_hydrological_data.py b/homeassistant/components/sensor/swiss_hydrological_data.py index c25d400efcd..ebd932c267c 100644 --- a/homeassistant/components/sensor/swiss_hydrological_data.py +++ b/homeassistant/components/sensor/swiss_hydrological_data.py @@ -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' diff --git a/homeassistant/components/sensor/ted5000.py b/homeassistant/components/sensor/ted5000.py index e8a3dcf302b..f01e7909e52 100644 --- a/homeassistant/components/sensor/ted5000.py +++ b/homeassistant/components/sensor/ted5000.py @@ -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__) diff --git a/homeassistant/components/sensor/yr.py b/homeassistant/components/sensor/yr.py index 4306ad68553..0e2c07e24bb 100644 --- a/homeassistant/components/sensor/yr.py +++ b/homeassistant/components/sensor/yr.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 8b06c35c91c..358cf54c660 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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