Skip to content

Commit

Permalink
Bumped PyAv to 8.0.2 to fix mac os stream issue (home-assistant#36396)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkishino authored Jun 3, 2020
1 parent 0e2e39a commit e80fac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/stream/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e80fac3

Please sign in to comment.