Skip to content

Commit

Permalink
Upgrade python-nest to 4.1.0 (#20313)
Browse files Browse the repository at this point in the history
  • Loading branch information
awarecan authored and fabaff committed Jan 22, 2019
1 parent 89ba374 commit f84c0ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/nest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from .const import DOMAIN
from . import local_auth

REQUIREMENTS = ['python-nest==4.0.5']
REQUIREMENTS = ['python-nest==4.1.0']

_CONFIGURING = {}
_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 @@ -1297,7 +1297,7 @@ python-mpd2==1.0.0
python-mystrom==0.4.4

# homeassistant.components.nest
python-nest==4.0.5
python-nest==4.1.0

# homeassistant.components.device_tracker.nmap_tracker
python-nmap==0.6.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ pyspcwebgw==0.4.0
python-forecastio==1.4.0

# homeassistant.components.nest
python-nest==4.0.5
python-nest==4.1.0

# homeassistant.components.sensor.awair
python_awair==0.0.3
Expand Down

0 comments on commit f84c0ee

Please sign in to comment.