Bumped PyAv to 8.0.2 to fix mac os stream issue (#36396)
This commit is contained in:
parent
0e2e39a5f2
commit
e80fac36d8
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "stream",
|
||||
"name": "Stream",
|
||||
"documentation": "https://www.home-assistant.io/integrations/stream",
|
||||
"requirements": ["av==8.0.1"],
|
||||
"requirements": ["av==8.0.2"],
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@hunterjm"],
|
||||
"quality_scale": "internal"
|
||||
|
|
|
@ -294,7 +294,7 @@ atenpdu==0.3.0
|
|||
aurorapy==0.2.6
|
||||
|
||||
# homeassistant.components.stream
|
||||
av==8.0.1
|
||||
av==8.0.2
|
||||
|
||||
# homeassistant.components.avea
|
||||
avea==1.4
|
||||
|
|
|
@ -144,7 +144,7 @@ arcam-fmj==0.4.6
|
|||
async-upnp-client==0.14.13
|
||||
|
||||
# homeassistant.components.stream
|
||||
av==8.0.1
|
||||
av==8.0.2
|
||||
|
||||
# homeassistant.components.axis
|
||||
axis==28
|
||||
|
|
Loading…
Add table
Reference in a new issue