From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:43:48 +0000 (+0200) Subject: Chore(deps): Bump pillow from 11.2.1 to 11.3.0 (#2262) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=a4f810e5bc5967161caf0c4bebdff953b925d0f1;p=music-assistant-server.git Chore(deps): Bump pillow from 11.2.1 to 11.3.0 (#2262) Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.2.1 to 11.3.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.2.1...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production ... 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 33bf6bd0..1feca13a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "music-assistant-models==1.1.47", "mutagen==1.47.0", "orjson==3.10.18", - "pillow==11.2.1", + "pillow==11.3.0", "podcastparser==0.6.10", "python-slugify==8.0.4", "unidecode==1.4.0", diff --git a/requirements_all.txt b/requirements_all.txt index b50e2a2b..1884fcb3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -33,7 +33,7 @@ music-assistant-frontend==2.15.2 music-assistant-models==1.1.47 mutagen==1.47.0 orjson==3.10.18 -pillow==11.2.1 +pillow==11.3.0 pkce==1.0.3 plexapi==4.17.0 podcastparser==0.6.10