Skip to content
Snippets Groups Projects
Unverified Commit ca101cc7 authored by Franck Nijhof's avatar Franck Nijhof Committed by GitHub
Browse files

Update Pillow to 9.5.0 (#91218)

parent e418c66d
No related branches found
No related tags found
Loading
...@@ -5,5 +5,5 @@ ...@@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/doods", "documentation": "https://www.home-assistant.io/integrations/doods",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["pydoods"], "loggers": ["pydoods"],
"requirements": ["pydoods==1.0.2", "pillow==9.4.0"] "requirements": ["pydoods==1.0.2", "pillow==9.5.0"]
} }
...@@ -6,5 +6,5 @@ ...@@ -6,5 +6,5 @@
"dependencies": ["http"], "dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/generic", "documentation": "https://www.home-assistant.io/integrations/generic",
"iot_class": "local_push", "iot_class": "local_push",
"requirements": ["ha-av==10.0.0", "pillow==9.4.0"] "requirements": ["ha-av==10.0.0", "pillow==9.5.0"]
} }
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
"documentation": "https://www.home-assistant.io/integrations/image_upload", "documentation": "https://www.home-assistant.io/integrations/image_upload",
"integration_type": "system", "integration_type": "system",
"quality_scale": "internal", "quality_scale": "internal",
"requirements": ["pillow==9.4.0"] "requirements": ["pillow==9.5.0"]
} }
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
"name": "Camera Proxy", "name": "Camera Proxy",
"codeowners": [], "codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/proxy", "documentation": "https://www.home-assistant.io/integrations/proxy",
"requirements": ["pillow==9.4.0"] "requirements": ["pillow==9.5.0"]
} }
...@@ -5,5 +5,5 @@ ...@@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/qrcode", "documentation": "https://www.home-assistant.io/integrations/qrcode",
"iot_class": "calculated", "iot_class": "calculated",
"loggers": ["pyzbar"], "loggers": ["pyzbar"],
"requirements": ["pillow==9.4.0", "pyzbar==0.1.7"] "requirements": ["pillow==9.5.0", "pyzbar==0.1.7"]
} }
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
"codeowners": ["@fabaff"], "codeowners": ["@fabaff"],
"documentation": "https://www.home-assistant.io/integrations/seven_segments", "documentation": "https://www.home-assistant.io/integrations/seven_segments",
"iot_class": "local_polling", "iot_class": "local_polling",
"requirements": ["pillow==9.4.0"] "requirements": ["pillow==9.5.0"]
} }
...@@ -5,5 +5,5 @@ ...@@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/sighthound", "documentation": "https://www.home-assistant.io/integrations/sighthound",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["simplehound"], "loggers": ["simplehound"],
"requirements": ["pillow==9.4.0", "simplehound==0.3"] "requirements": ["pillow==9.5.0", "simplehound==0.3"]
} }
...@@ -10,6 +10,6 @@ ...@@ -10,6 +10,6 @@
"tf-models-official==2.5.0", "tf-models-official==2.5.0",
"pycocotools==2.0.1", "pycocotools==2.0.1",
"numpy==1.23.2", "numpy==1.23.2",
"pillow==9.4.0" "pillow==9.5.0"
] ]
} }
...@@ -34,7 +34,7 @@ jinja2==3.1.2 ...@@ -34,7 +34,7 @@ jinja2==3.1.2
lru-dict==1.1.8 lru-dict==1.1.8
orjson==3.8.10 orjson==3.8.10
paho-mqtt==1.6.1 paho-mqtt==1.6.1
pillow==9.4.0 pillow==9.5.0
pip>=21.0,<23.1 pip>=21.0,<23.1
psutil-home-assistant==0.0.1 psutil-home-assistant==0.0.1
pyOpenSSL==23.1.0 pyOpenSSL==23.1.0
......
...@@ -1355,7 +1355,7 @@ pilight==0.1.1 ...@@ -1355,7 +1355,7 @@ pilight==0.1.1
# homeassistant.components.seven_segments # homeassistant.components.seven_segments
# homeassistant.components.sighthound # homeassistant.components.sighthound
# homeassistant.components.tensorflow # homeassistant.components.tensorflow
pillow==9.4.0 pillow==9.5.0
# homeassistant.components.dominos # homeassistant.components.dominos
pizzapi==0.0.3 pizzapi==0.0.3
......
...@@ -997,7 +997,7 @@ pilight==0.1.1 ...@@ -997,7 +997,7 @@ pilight==0.1.1
# homeassistant.components.seven_segments # homeassistant.components.seven_segments
# homeassistant.components.sighthound # homeassistant.components.sighthound
# homeassistant.components.tensorflow # homeassistant.components.tensorflow
pillow==9.4.0 pillow==9.5.0
# homeassistant.components.plex # homeassistant.components.plex
plexapi==4.13.2 plexapi==4.13.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment