From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:29:45 +0000 (+0100) Subject: Chore(deps): Bump pillow from 11.3.0 to 12.0.0 (#2869) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=d29e10a2f4c67caddaad1638a3b43b194801b897;p=music-assistant-server.git Chore(deps): Bump pillow from 11.3.0 to 12.0.0 (#2869) Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.0 to 12.0.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/11.3.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index a2566275..33815083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "music-assistant-models==1.1.86", "mutagen==1.47.0", "orjson==3.11.5", - "pillow==11.3.0", + "pillow==12.0.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 8aeb4964..8fdc05c5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -44,7 +44,7 @@ music-assistant-models==1.1.86 mutagen==1.47.0 niconico.py-ma==2.1.0.post1 orjson==3.11.5 -pillow==11.3.0 +pillow==12.0.0 pkce==1.0.3 plexapi==4.17.2 podcastparser==0.6.11