Upgrade pyowm to 2.9.0 (#15736)

This commit is contained in:
Fabian Affolter 2018-07-29 23:37:38 +02:00 committed by Pascal Vizeli
parent 316ef89541
commit 4013a90f33
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.helpers.entity import Entity
from homeassistant.util import Throttle from homeassistant.util import Throttle
REQUIREMENTS = ['pyowm==2.8.0'] REQUIREMENTS = ['pyowm==2.9.0']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

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

View File

@ -964,7 +964,7 @@ pyotp==2.2.6
# homeassistant.components.sensor.openweathermap # homeassistant.components.sensor.openweathermap
# homeassistant.components.weather.openweathermap # homeassistant.components.weather.openweathermap
pyowm==2.8.0 pyowm==2.9.0
# homeassistant.components.sensor.pollen # homeassistant.components.sensor.pollen
pypollencom==2.1.0 pypollencom==2.1.0