From 6b5b37278e7cf57b27b2add49a3dd30c12bea660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:44:13 +0100 Subject: [PATCH] Chore(deps): Bump pillow from 12.1.0 to 12.1.1 (#3137) Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.1.1. - [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.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9dbba24a..ed4c80f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "music-assistant-models==1.1.98", "mutagen==1.47.0", "orjson==3.11.5", - "pillow==12.1.0", + "pillow==12.1.1", "podcastparser==0.6.11", "propcache>=0.2.1", "python-slugify==8.0.4", diff --git a/requirements_all.txt b/requirements_all.txt index 5eb09ae7..3f9dcd29 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -46,7 +46,7 @@ music-assistant-models==1.1.98 mutagen==1.47.0 niconico.py-ma==2.1.0.post1 orjson==3.11.5 -pillow==12.1.0 +pillow==12.1.1 pkce==1.0.3 plexapi==4.17.2 podcastparser==0.6.11 -- 2.34.1