Upgrade mutagen to 1.42.0 (#19956)
This commit is contained in:
parent
c3e9bd1444
commit
7b81727c69
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ from homeassistant.helpers import config_per_platform
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.setup import async_prepare_setup_platform
|
||||
|
||||
REQUIREMENTS = ['mutagen==1.41.1']
|
||||
REQUIREMENTS = ['mutagen==1.42.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -680,7 +680,7 @@ mitemp_bt==0.0.1
|
|||
motorparts==1.0.2
|
||||
|
||||
# homeassistant.components.tts
|
||||
mutagen==1.41.1
|
||||
mutagen==1.42.0
|
||||
|
||||
# homeassistant.components.mychevy
|
||||
mychevy==1.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue