From 516fa64da5c66859afad2978d25523d5afab18f1 Mon Sep 17 00:00:00 2001
From: Franck Nijhof <git@frenck.dev>
Date: Mon, 22 Jan 2024 13:43:06 +0100
Subject: [PATCH] Update Pillow to 10.2.0 (#108422)

---
 homeassistant/components/doods/manifest.json          | 2 +-
 homeassistant/components/generic/manifest.json        | 2 +-
 homeassistant/components/image_upload/manifest.json   | 2 +-
 homeassistant/components/matrix/manifest.json         | 2 +-
 homeassistant/components/proxy/manifest.json          | 2 +-
 homeassistant/components/qrcode/manifest.json         | 2 +-
 homeassistant/components/seven_segments/manifest.json | 2 +-
 homeassistant/components/sighthound/manifest.json     | 2 +-
 homeassistant/components/tensorflow/manifest.json     | 2 +-
 homeassistant/package_constraints.txt                 | 2 +-
 requirements_all.txt                                  | 2 +-
 requirements_test.txt                                 | 2 +-
 requirements_test_all.txt                             | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/homeassistant/components/doods/manifest.json b/homeassistant/components/doods/manifest.json
index e49f525d0c2..73d7d3754ce 100644
--- a/homeassistant/components/doods/manifest.json
+++ b/homeassistant/components/doods/manifest.json
@@ -5,5 +5,5 @@
   "documentation": "https://www.home-assistant.io/integrations/doods",
   "iot_class": "local_polling",
   "loggers": ["pydoods"],
-  "requirements": ["pydoods==1.0.2", "Pillow==10.1.0"]
+  "requirements": ["pydoods==1.0.2", "Pillow==10.2.0"]
 }
diff --git a/homeassistant/components/generic/manifest.json b/homeassistant/components/generic/manifest.json
index 7ac9c5d406f..861e2cf26c2 100644
--- a/homeassistant/components/generic/manifest.json
+++ b/homeassistant/components/generic/manifest.json
@@ -6,5 +6,5 @@
   "dependencies": ["http"],
   "documentation": "https://www.home-assistant.io/integrations/generic",
   "iot_class": "local_push",
-  "requirements": ["ha-av==10.1.1", "Pillow==10.1.0"]
+  "requirements": ["ha-av==10.1.1", "Pillow==10.2.0"]
 }
diff --git a/homeassistant/components/image_upload/manifest.json b/homeassistant/components/image_upload/manifest.json
index 5ffeec1ca41..ba9140b4ed8 100644
--- a/homeassistant/components/image_upload/manifest.json
+++ b/homeassistant/components/image_upload/manifest.json
@@ -7,5 +7,5 @@
   "documentation": "https://www.home-assistant.io/integrations/image_upload",
   "integration_type": "system",
   "quality_scale": "internal",
-  "requirements": ["Pillow==10.1.0"]
+  "requirements": ["Pillow==10.2.0"]
 }
diff --git a/homeassistant/components/matrix/manifest.json b/homeassistant/components/matrix/manifest.json
index a68741d4c33..a0eb7f3cb5b 100644
--- a/homeassistant/components/matrix/manifest.json
+++ b/homeassistant/components/matrix/manifest.json
@@ -5,5 +5,5 @@
   "documentation": "https://www.home-assistant.io/integrations/matrix",
   "iot_class": "cloud_push",
   "loggers": ["matrix_client"],
-  "requirements": ["matrix-nio==0.22.1", "Pillow==10.1.0"]
+  "requirements": ["matrix-nio==0.22.1", "Pillow==10.2.0"]
 }
diff --git a/homeassistant/components/proxy/manifest.json b/homeassistant/components/proxy/manifest.json
index 59798e38957..1b05a768b64 100644
--- a/homeassistant/components/proxy/manifest.json
+++ b/homeassistant/components/proxy/manifest.json
@@ -3,5 +3,5 @@
   "name": "Camera Proxy",
   "codeowners": [],
   "documentation": "https://www.home-assistant.io/integrations/proxy",
-  "requirements": ["Pillow==10.1.0"]
+  "requirements": ["Pillow==10.2.0"]
 }
diff --git a/homeassistant/components/qrcode/manifest.json b/homeassistant/components/qrcode/manifest.json
index 23bd1d050a1..e3b202a9950 100644
--- a/homeassistant/components/qrcode/manifest.json
+++ b/homeassistant/components/qrcode/manifest.json
@@ -5,5 +5,5 @@
   "documentation": "https://www.home-assistant.io/integrations/qrcode",
   "iot_class": "calculated",
   "loggers": ["pyzbar"],
-  "requirements": ["Pillow==10.1.0", "pyzbar==0.1.7"]
+  "requirements": ["Pillow==10.2.0", "pyzbar==0.1.7"]
 }
diff --git a/homeassistant/components/seven_segments/manifest.json b/homeassistant/components/seven_segments/manifest.json
index 80b428b908e..6c511e3f44e 100644
--- a/homeassistant/components/seven_segments/manifest.json
+++ b/homeassistant/components/seven_segments/manifest.json
@@ -4,5 +4,5 @@
   "codeowners": ["@fabaff"],
   "documentation": "https://www.home-assistant.io/integrations/seven_segments",
   "iot_class": "local_polling",
-  "requirements": ["Pillow==10.1.0"]
+  "requirements": ["Pillow==10.2.0"]
 }
diff --git a/homeassistant/components/sighthound/manifest.json b/homeassistant/components/sighthound/manifest.json
index 208e2d31de4..e63864af707 100644
--- a/homeassistant/components/sighthound/manifest.json
+++ b/homeassistant/components/sighthound/manifest.json
@@ -5,5 +5,5 @@
   "documentation": "https://www.home-assistant.io/integrations/sighthound",
   "iot_class": "cloud_polling",
   "loggers": ["simplehound"],
-  "requirements": ["Pillow==10.1.0", "simplehound==0.3"]
+  "requirements": ["Pillow==10.2.0", "simplehound==0.3"]
 }
diff --git a/homeassistant/components/tensorflow/manifest.json b/homeassistant/components/tensorflow/manifest.json
index 39083434e89..b98c4c6e428 100644
--- a/homeassistant/components/tensorflow/manifest.json
+++ b/homeassistant/components/tensorflow/manifest.json
@@ -10,6 +10,6 @@
     "tf-models-official==2.5.0",
     "pycocotools==2.0.6",
     "numpy==1.26.0",
-    "Pillow==10.1.0"
+    "Pillow==10.2.0"
   ]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 9b004eb2f85..111f5f5b0ab 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -39,7 +39,7 @@ mutagen==1.47.0
 orjson==3.9.12
 packaging>=23.1
 paho-mqtt==1.6.1
-Pillow==10.1.0
+Pillow==10.2.0
 pip>=21.3.1
 psutil-home-assistant==0.0.1
 PyJWT==2.8.0
diff --git a/requirements_all.txt b/requirements_all.txt
index 64f530e6d9e..5fc3b3e83c3 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -42,7 +42,7 @@ Mastodon.py==1.5.1
 # homeassistant.components.seven_segments
 # homeassistant.components.sighthound
 # homeassistant.components.tensorflow
-Pillow==10.1.0
+Pillow==10.2.0
 
 # homeassistant.components.plex
 PlexAPI==4.15.7
diff --git a/requirements_test.txt b/requirements_test.txt
index 99099de41a6..92a0a6e8ba0 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -41,7 +41,7 @@ types-caldav==1.3.0.20240106
 types-chardet==0.1.5
 types-decorator==5.1.8.20240106
 types-paho-mqtt==1.6.0.20240106
-types-Pillow==10.1.0.20240106
+types-pillow==10.2.0.20240111
 types-protobuf==4.24.0.20240106
 types-psutil==5.9.5.20240106
 types-python-dateutil==2.8.19.20240106
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index d4f5528f362..d3d2d601a6c 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -36,7 +36,7 @@ HATasmota==0.8.0
 # homeassistant.components.seven_segments
 # homeassistant.components.sighthound
 # homeassistant.components.tensorflow
-Pillow==10.1.0
+Pillow==10.2.0
 
 # homeassistant.components.plex
 PlexAPI==4.15.7
-- 
GitLab