Upgrade mutagen to 1.45.1 (#39166)
This commit is contained in:
parent
b68c5cec94
commit
2bf31dc5b3
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
"domain": "tts",
|
"domain": "tts",
|
||||||
"name": "Text-to-Speech (TTS)",
|
"name": "Text-to-Speech (TTS)",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/tts",
|
"documentation": "https://www.home-assistant.io/integrations/tts",
|
||||||
"requirements": ["mutagen==1.44.0"],
|
"requirements": ["mutagen==1.45.1"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"after_dependencies": ["media_player"],
|
"after_dependencies": ["media_player"],
|
||||||
"codeowners": ["@pvizeli"]
|
"codeowners": ["@pvizeli"]
|
||||||
|
|
|
@ -923,7 +923,7 @@ minio==4.0.9
|
||||||
mitemp_bt==0.0.3
|
mitemp_bt==0.0.3
|
||||||
|
|
||||||
# homeassistant.components.tts
|
# homeassistant.components.tts
|
||||||
mutagen==1.44.0
|
mutagen==1.45.1
|
||||||
|
|
||||||
# homeassistant.components.mychevy
|
# homeassistant.components.mychevy
|
||||||
mychevy==2.0.1
|
mychevy==2.0.1
|
||||||
|
|
|
@ -442,7 +442,7 @@ millheater==0.3.4
|
||||||
minio==4.0.9
|
minio==4.0.9
|
||||||
|
|
||||||
# homeassistant.components.tts
|
# homeassistant.components.tts
|
||||||
mutagen==1.44.0
|
mutagen==1.45.1
|
||||||
|
|
||||||
# homeassistant.components.ness_alarm
|
# homeassistant.components.ness_alarm
|
||||||
nessclient==0.9.15
|
nessclient==0.9.15
|
||||||
|
|
Loading…
Add table
Reference in a new issue