Skip to content

Commit

Permalink
Upgrade pyowm to 2.9.0 (home-assistant#15736)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and Jacob Mansfield committed Sep 4, 2018
1 parent 3478895 commit d045c16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/openweathermap.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/weather/openweathermap.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d045c16

Please sign in to comment.