Upgrade motorparts to 1.1.0 (#21602)

This commit is contained in:
Rohan Kapoor 2019-03-02 18:23:17 -08:00 committed by Andrew Sayre
parent 833f17de04
commit 9af8c95e83
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
REQUIREMENTS = ['motorparts==1.0.2']
REQUIREMENTS = ['motorparts==1.1.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -699,7 +699,7 @@ millheater==0.3.4
mitemp_bt==0.0.1
# homeassistant.components.sensor.mopar
motorparts==1.0.2
motorparts==1.1.0
# homeassistant.components.tts
mutagen==1.42.0