update usps version (#7035)

pull/7037/head
happyleavesaoc 2017-04-11 02:10:07 -04:00 committed by Fabian Affolter
parent 32da163421
commit aa91351ff0
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.util import Throttle
from homeassistant.util.dt import now, parse_datetime
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['myusps==1.0.3']
REQUIREMENTS = ['myusps==1.0.5']
_LOGGER = logging.getLogger(__name__)

View File

@ -389,7 +389,7 @@ miflora==0.1.16
mutagen==1.36.2
# homeassistant.components.sensor.usps
myusps==1.0.3
myusps==1.0.5
# homeassistant.components.discovery
netdisco==0.9.2