From a9ca9bb27288a71698919f031be6d5cf7c6366ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 08:28:36 +0100 Subject: [PATCH] Chore(deps): Bump pillow from 12.0.0 to 12.1.0 (#2937) Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.0.0 to 12.1.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.0.0...12.1.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ac1970d0..d5c6e2b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "music-assistant-models==1.1.88", "mutagen==1.47.0", "orjson==3.11.5", - "pillow==12.0.0", + "pillow==12.1.0", "podcastparser==0.6.11", "propcache>=0.2.1", "python-slugify==8.0.4", diff --git a/requirements_all.txt b/requirements_all.txt index 5171835e..5001535b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -45,7 +45,7 @@ music-assistant-models==1.1.88 mutagen==1.47.0 niconico.py-ma==2.1.0.post1 orjson==3.11.5 -pillow==12.0.0 +pillow==12.1.0 pkce==1.0.3 plexapi==4.17.2 podcastparser==0.6.11 -- 2.34.1