Skip to content

Commit

Permalink
Updated simplisafe-python to 3.1.13 (#17696)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored and fabaff committed Oct 22, 2018
1 parent 4e8cd72 commit b773a90
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
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.12']
REQUIREMENTS = ['simplisafe-python==3.1.13']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1349,7 +1349,7 @@ shodan==1.10.4
simplepush==1.1.4

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

# homeassistant.components.sisyphus
sisyphus-control==2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -222,7 +222,7 @@ ruamel.yaml==0.15.72
rxv==0.5.1

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

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

0 comments on commit b773a90

Please sign in to comment.