Skip to content

Commit

Permalink
Bump pyjvcprojector to 1.0.12 to fix blocking call (#123473)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveEasley authored and frenck committed Aug 10, 2024
1 parent 3d3879b commit 44e58a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/jvc_projector/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["jvcprojector"],
"requirements": ["pyjvcprojector==1.0.11"]
"requirements": ["pyjvcprojector==1.0.12"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ pyisy==3.1.14
pyitachip2ir==0.0.7

# homeassistant.components.jvc_projector
pyjvcprojector==1.0.11
pyjvcprojector==1.0.12

# homeassistant.components.kaleidescape
pykaleidescape==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ pyiss==1.0.1
pyisy==3.1.14

# homeassistant.components.jvc_projector
pyjvcprojector==1.0.11
pyjvcprojector==1.0.12

# homeassistant.components.kaleidescape
pykaleidescape==1.0.1
Expand Down

0 comments on commit 44e58a8

Please sign in to comment.