Skip to content

Commit

Permalink
Upgrade python-forecastio to 1.4.0 (#13282)
Browse files Browse the repository at this point in the history
* Upgrade python-forecastio to 1.4.0

* Upgrade python-forecastio to 1.4.0 for sensor as well.
  • Loading branch information
cgtobi authored and pvizeli committed Mar 17, 2018
1 parent dbc59ad commit 181eca4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/darksky.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from homeassistant.util import Throttle
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['python-forecastio==1.3.5']
REQUIREMENTS = ['python-forecastio==1.4.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/weather/darksky.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.util import Throttle

REQUIREMENTS = ['python-forecastio==1.3.5']
REQUIREMENTS = ['python-forecastio==1.4.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 @@ -918,7 +918,7 @@ python-etherscan-api==0.0.3

# homeassistant.components.sensor.darksky
# homeassistant.components.weather.darksky
python-forecastio==1.3.5
python-forecastio==1.4.0

# homeassistant.components.gc100
python-gc100==1.0.3a
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pynx584==0.4

# homeassistant.components.sensor.darksky
# homeassistant.components.weather.darksky
python-forecastio==1.3.5
python-forecastio==1.4.0

# homeassistant.components.sensor.whois
pythonwhois==2.4.3
Expand Down

0 comments on commit 181eca4

Please sign in to comment.