Upgrade motorparts to 1.1.0 (#21602)
This commit is contained in:
parent
833f17de04
commit
9af8c95e83
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue