Skip to content

Commit

Permalink
Bumped simplisafe-python to 3.1.14 (#18752)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Nov 27, 2018
1 parent dd8544f commit 093fa6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/simplisafe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .config_flow import configured_instances
from .const import DATA_CLIENT, DEFAULT_SCAN_INTERVAL, DOMAIN, TOPIC_UPDATE

REQUIREMENTS = ['simplisafe-python==3.1.13']
REQUIREMENTS = ['simplisafe-python==3.1.14']

_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 @@ -1413,7 +1413,7 @@ shodan==1.10.4
simplepush==1.1.4

# homeassistant.components.simplisafe
simplisafe-python==3.1.13
simplisafe-python==3.1.14

# homeassistant.components.sisyphus
sisyphus-control==2.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 @@ -230,7 +230,7 @@ ring_doorbell==0.2.2
rxv==0.5.1

# homeassistant.components.simplisafe
simplisafe-python==3.1.13
simplisafe-python==3.1.14

# homeassistant.components.sleepiq
sleepyq==0.6
Expand Down

0 comments on commit 093fa6f

Please sign in to comment.