mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Upgrade mutagen to 1.40.0 (#12152)
This commit is contained in:
parent
880f18a37e
commit
acc767cdb1
@ -29,7 +29,7 @@ from homeassistant.helpers import config_per_platform
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.setup import async_prepare_setup_platform
|
from homeassistant.setup import async_prepare_setup_platform
|
||||||
|
|
||||||
REQUIREMENTS = ['mutagen==1.39']
|
REQUIREMENTS = ['mutagen==1.40.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -497,7 +497,7 @@ miniupnpc==2.0.2
|
|||||||
motorparts==1.0.2
|
motorparts==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.tts
|
# homeassistant.components.tts
|
||||||
mutagen==1.39
|
mutagen==1.40.0
|
||||||
|
|
||||||
# homeassistant.components.mychevy
|
# homeassistant.components.mychevy
|
||||||
mychevy==0.1.1
|
mychevy==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user