Upgrade pyowm to 2.10.0 (#19582)
This commit is contained in:
parent
98229899dc
commit
2efa297df1
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue