From 79dd05b8b2b2f45b420864dfec64dab05fe973e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:46:11 +0000 Subject: [PATCH] Bump pillow from 12.1.1 to 12.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 7c1a87048a5852..c9f4abaa293300 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -50,7 +50,7 @@ openai==2.21.0 orjson==3.11.7 packaging>=23.1 paho-mqtt==2.1.0 -Pillow==12.1.1 +Pillow==12.2.0 propcache==0.4.1 psutil-home-assistant==0.0.1 PyJWT==2.10.1 diff --git a/pyproject.toml b/pyproject.toml index 3d100ae5e1c64f..071623c90c4418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "PyJWT==2.10.1", # PyJWT has loose dependency. We want the latest one. "cryptography==46.0.7", - "Pillow==12.1.1", + "Pillow==12.2.0", "propcache==0.4.1", "pyOpenSSL==26.0.0", "orjson==3.11.7", diff --git a/requirements.txt b/requirements.txt index 7da4bc32560717..b8976bd045ac52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ lru-dict==1.3.0 mutagen==1.47.0 orjson==3.11.7 packaging>=23.1 -Pillow==12.1.1 +Pillow==12.2.0 propcache==0.4.1 psutil-home-assistant==0.0.1 PyJWT==2.10.1 diff --git a/requirements_all.txt b/requirements_all.txt index 21f262b57e969f..8b1d9022753c0e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -38,7 +38,7 @@ PSNAWP==3.0.3 # homeassistant.components.qrcode # homeassistant.components.seven_segments # homeassistant.components.sighthound -Pillow==12.1.1 +Pillow==12.2.0 # homeassistant.components.plex PlexAPI==4.15.16 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f0d76882b6bbcb..4c75fbdb45484c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -38,7 +38,7 @@ PSNAWP==3.0.3 # homeassistant.components.qrcode # homeassistant.components.seven_segments # homeassistant.components.sighthound -Pillow==12.1.1 +Pillow==12.2.0 # homeassistant.components.plex PlexAPI==4.15.16