Upgrade PyTurboJPEG to 1.6.1 (#56571)
This commit is contained in:
parent
a6ccb1821e
commit
655dc890e4
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Camera",
|
||||
"documentation": "https://www.home-assistant.io/integrations/camera",
|
||||
"dependencies": ["http"],
|
||||
"requirements": ["PyTurboJPEG==1.5.2"],
|
||||
"requirements": ["PyTurboJPEG==1.6.1"],
|
||||
"after_dependencies": ["media_player"],
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
|
|
|
@ -55,7 +55,7 @@ PySocks==1.7.1
|
|||
PyTransportNSW==0.1.1
|
||||
|
||||
# homeassistant.components.camera
|
||||
PyTurboJPEG==1.5.2
|
||||
PyTurboJPEG==1.6.1
|
||||
|
||||
# homeassistant.components.vicare
|
||||
PyViCare==1.0.0
|
||||
|
|
|
@ -30,7 +30,7 @@ PyRMVtransport==0.3.2
|
|||
PyTransportNSW==0.1.1
|
||||
|
||||
# homeassistant.components.camera
|
||||
PyTurboJPEG==1.5.2
|
||||
PyTurboJPEG==1.6.1
|
||||
|
||||
# homeassistant.components.xiaomi_aqara
|
||||
PyXiaomiGateway==0.13.4
|
||||
|
|
Loading…
Add table
Reference in a new issue