From d0b43b187ad007ce864a18e04eaf20e160224942 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 fc61c6b4a73..989d7b4a911 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -873,7 +873,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