Upgrade mutagen to 1.38 (#8126)
This commit is contained in:
parent
4ad998378f
commit
d5e55448ef
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ from homeassistant.exceptions import HomeAssistantError
|
|||
from homeassistant.helpers import config_per_platform
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ["mutagen==1.37.0"]
|
||||
REQUIREMENTS = ['mutagen==1.38']
|
||||
|
||||
DOMAIN = 'tts'
|
||||
DEPENDENCIES = ['http']
|
||||
|
|
|
@ -382,7 +382,7 @@ miflora==0.1.16
|
|||
miniupnpc==1.9
|
||||
|
||||
# homeassistant.components.tts
|
||||
mutagen==1.37.0
|
||||
mutagen==1.38
|
||||
|
||||
# homeassistant.components.sensor.usps
|
||||
myusps==1.1.2
|
||||
|
|
Loading…
Add table
Reference in a new issue