1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

Upgrade pyowm to 2.10.0 (#19582)

This commit is contained in:
Fabian Affolter 2018-12-26 20:46:59 +01:00 committed by Charles Garwood
parent 98229899dc
commit 2efa297df1
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.9.0']
REQUIREMENTS = ['pyowm==2.10.0']
_LOGGER = logging.getLogger(__name__)

View File

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

View File

@ -1138,7 +1138,7 @@ pyotp==2.2.6
# homeassistant.components.sensor.openweathermap
# homeassistant.components.weather.openweathermap
pyowm==2.9.0
pyowm==2.10.0
# homeassistant.components.media_player.pjlink
pypjlink2==1.2.0