Skip to content

Commit

Permalink
Upgrade pyowm to 2.7.1 (home-assistant#8274)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and dethpickle committed Aug 18, 2017
1 parent ebef1d9 commit ff3fdd8
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.6.1']
REQUIREMENTS = ['pyowm==2.7.1']

_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 @@ -16,7 +16,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.util import Throttle

REQUIREMENTS = ['pyowm==2.6.1']
REQUIREMENTS = ['pyowm==2.7.1']

_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 @@ -648,7 +648,7 @@ pynx584==0.4

# homeassistant.components.sensor.openweathermap
# homeassistant.components.weather.openweathermap
pyowm==2.6.1
pyowm==2.7.1

# homeassistant.components.qwikswitch
pyqwikswitch==0.4
Expand Down

0 comments on commit ff3fdd8

Please sign in to comment.