Upgrade mutagen to 1.38 (#8126)

This commit is contained in:
Fabian Affolter 2017-06-21 00:29:35 +02:00 committed by Pascal Vizeli
parent 4ad998378f
commit d5e55448ef
2 changed files with 2 additions and 2 deletions

View file

@ -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']

View file

@ -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