Upgrade PyTurboJPEG to 1.6.1 (#56571)

This commit is contained in:
Franck Nijhof 2021-09-23 15:34:34 +02:00 committed by GitHub
parent a6ccb1821e
commit 655dc890e4
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.2"],
"requirements": ["PyTurboJPEG==1.6.1"],
"after_dependencies": ["media_player"],
"codeowners": [],
"quality_scale": "internal"

View file

@ -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

View file

@ -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