From 8fffaebe50683d485440ebd1ba38bde17e25bd63 Mon Sep 17 00:00:00 2001 From: happyleavesaoc Date: Sat, 17 Jun 2017 12:42:12 -0400 Subject: [PATCH] bump ups (#8075) --- homeassistant/components/sensor/ups.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/ups.py b/homeassistant/components/sensor/ups.py index cfb4dd7c9ce..2b2ae6172d0 100644 --- a/homeassistant/components/sensor/ups.py +++ b/homeassistant/components/sensor/ups.py @@ -19,7 +19,7 @@ from homeassistant.util import Throttle from homeassistant.util.dt import now, parse_date import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['upsmychoice==1.0.4'] +REQUIREMENTS = ['upsmychoice==1.0.6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 17578fe7833..d46518c82d4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -875,7 +875,7 @@ twilio==5.7.0 uber_rides==0.4.1 # homeassistant.components.sensor.ups -upsmychoice==1.0.4 +upsmychoice==1.0.6 # homeassistant.components.camera.uvc uvcclient==0.10.0