Skip to content

Commit

Permalink
Upgrade mutagen to 1.40.0 (#12152)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and pvizeli committed Feb 3, 2018
1 parent 880f18a commit acc767c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/tts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.setup import async_prepare_setup_platform

REQUIREMENTS = ['mutagen==1.39']
REQUIREMENTS = ['mutagen==1.40.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ miniupnpc==2.0.2
motorparts==1.0.2

# homeassistant.components.tts
mutagen==1.39
mutagen==1.40.0

# homeassistant.components.mychevy
mychevy==0.1.1
Expand Down

0 comments on commit acc767c

Please sign in to comment.