Upgrade PyTurboJPEG to 1.5.2 (#54992)

This commit is contained in:
Franck Nijhof 2021-08-21 23:58:25 +02:00 committed by GitHub
parent 42f7f19be5
commit d8eedaf9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "Camera",
"documentation": "https://www.home-assistant.io/integrations/camera",
"dependencies": ["http"],
"requirements": ["PyTurboJPEG==1.5.0"],
"requirements": ["PyTurboJPEG==1.5.2"],
"after_dependencies": ["media_player"],
"codeowners": [],
"quality_scale": "internal"

View File

@ -58,7 +58,7 @@ PySocks==1.7.1
PyTransportNSW==0.1.1
# homeassistant.components.camera
PyTurboJPEG==1.5.0
PyTurboJPEG==1.5.2
# homeassistant.components.vicare
PyViCare==1.0.0

View File

@ -27,7 +27,7 @@ PyRMVtransport==0.3.2
PyTransportNSW==0.1.1
# homeassistant.components.camera
PyTurboJPEG==1.5.0
PyTurboJPEG==1.5.2
# homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.13.4