From f5ea7d3c9c602244e357c0457c4a911b85acc6aa Mon Sep 17 00:00:00 2001 From: TopdRob Date: Wed, 8 Nov 2017 16:11:12 +0100 Subject: [PATCH] Upgrade to 0.1.2 (#10348) Fix an insecure request warning when not using verify=True. Contributed by @nalepae --- homeassistant/components/notify/free_mobile.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/free_mobile.py b/homeassistant/components/notify/free_mobile.py index 92ea75a79dc..a27d0495193 100644 --- a/homeassistant/components/notify/free_mobile.py +++ b/homeassistant/components/notify/free_mobile.py @@ -13,7 +13,7 @@ from homeassistant.components.notify import ( from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['freesms==0.1.1'] +REQUIREMENTS = ['freesms==0.1.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 26598116e22..e818c0d88d8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -265,7 +265,7 @@ fixerio==0.1.1 flux_led==0.20 # homeassistant.components.notify.free_mobile -freesms==0.1.1 +freesms==0.1.2 # homeassistant.components.device_tracker.fritz # homeassistant.components.sensor.fritzbox_callmonitor