mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Upgrade mutagen to 1.41.0 (#15739)
This commit is contained in:
parent
28ad0017e1
commit
491bc006b2
@ -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.40.0']
|
||||
REQUIREMENTS = ['mutagen==1.41.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -558,7 +558,7 @@ mitemp_bt==0.0.1
|
||||
motorparts==1.0.2
|
||||
|
||||
# homeassistant.components.tts
|
||||
mutagen==1.40.0
|
||||
mutagen==1.41.0
|
||||
|
||||
# homeassistant.components.mychevy
|
||||
mychevy==0.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user