Upgrade pyowm to 2.6.0 (#5071)

This commit is contained in:
Fabian Affolter 2016-12-26 16:31:26 +01:00 committed by GitHub
parent 5b619a94ad
commit ac1063266c
3 changed files with 3 additions and 3 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 = ['pyowm==2.5.0']
REQUIREMENTS = ['pyowm==2.6.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -15,7 +15,7 @@ from homeassistant.const import (
import homeassistant.helpers.config_validation as cv
from homeassistant.util import Throttle
REQUIREMENTS = ['pyowm==2.5.0']
REQUIREMENTS = ['pyowm==2.6.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -449,7 +449,7 @@ pynx584==0.2
# homeassistant.components.sensor.openweathermap
# homeassistant.components.weather.openweathermap
pyowm==2.5.0
pyowm==2.6.0
# homeassistant.components.switch.acer_projector
pyserial==3.1.1