mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Upgrade pyowm to 2.9.0 (#15736)
This commit is contained in:
parent
316ef89541
commit
4013a90f33
@ -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.8.0']
|
||||
REQUIREMENTS = ['pyowm==2.9.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -18,7 +18,7 @@ from homeassistant.const import (
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['pyowm==2.8.0']
|
||||
REQUIREMENTS = ['pyowm==2.9.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -964,7 +964,7 @@ pyotp==2.2.6
|
||||
|
||||
# homeassistant.components.sensor.openweathermap
|
||||
# homeassistant.components.weather.openweathermap
|
||||
pyowm==2.8.0
|
||||
pyowm==2.9.0
|
||||
|
||||
# homeassistant.components.sensor.pollen
|
||||
pypollencom==2.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user