From d7ed15d114ae4353af005ee0687d306fbf7f47c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:54:58 +0000 Subject: [PATCH] build(deps): update pillow requirement from >=12.1.1 to >=12.2.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 153ca1b..1e47fbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ androidtvremote2==0.3.1 ucapi==0.5.2 pyee~=13.0.1 google_play_scraper==1.2.7 -pillow>=12.1.1 +pillow>=12.2.0 requests>=2.32 pychromecast~=14.0.10 httpx~=0.28.1