mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Upgrade mutagen to 1.38 (#8126)
This commit is contained in:
parent
4ad998378f
commit
d5e55448ef
@ -29,7 +29,7 @@ from homeassistant.exceptions import HomeAssistantError
|
|||||||
from homeassistant.helpers import config_per_platform
|
from homeassistant.helpers import config_per_platform
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ["mutagen==1.37.0"]
|
REQUIREMENTS = ['mutagen==1.38']
|
||||||
|
|
||||||
DOMAIN = 'tts'
|
DOMAIN = 'tts'
|
||||||
DEPENDENCIES = ['http']
|
DEPENDENCIES = ['http']
|
||||||
|
@ -382,7 +382,7 @@ miflora==0.1.16
|
|||||||
miniupnpc==1.9
|
miniupnpc==1.9
|
||||||
|
|
||||||
# homeassistant.components.tts
|
# homeassistant.components.tts
|
||||||
mutagen==1.37.0
|
mutagen==1.38
|
||||||
|
|
||||||
# homeassistant.components.sensor.usps
|
# homeassistant.components.sensor.usps
|
||||||
myusps==1.1.2
|
myusps==1.1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user