bump myusps version ()

pull/5921/head
happyleavesaoc 2017-02-12 12:49:02 -05:00 committed by Fabian Affolter
parent 533d28ce40
commit 4af9d0f9ea
2 changed files with 2 additions and 2 deletions
homeassistant/components/sensor

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.2']
REQUIREMENTS = ['myusps==1.0.3']
_LOGGER = logging.getLogger(__name__)

View File

@ -332,7 +332,7 @@ miflora==0.1.15
mutagen==1.36.2
# homeassistant.components.sensor.usps
myusps==1.0.2
myusps==1.0.3
# homeassistant.components.discovery
netdisco==0.8.2