From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:04:56 +0000 (+0100) Subject: Chore(deps): Bump pillow from 11.0.0 to 11.1.0 (#1867) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=fa40f23256e77f514fa539cc08ba7d8b0416a5a3;p=music-assistant-server.git Chore(deps): Bump pillow from 11.0.0 to 11.1.0 (#1867) Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.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/11.0.0...11.1.0) --- updated-dependencies: - dependency-name: pillow 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> --- diff --git a/pyproject.toml b/pyproject.toml index 793c9acb..89c5dc53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "music-assistant-frontend==2.10.4", "music-assistant-models==1.1.15", "orjson==3.10.12", - "pillow==11.0.0", + "pillow==11.1.0", "podcastparser==0.6.10", "python-slugify==8.0.4", "unidecode==1.3.8", diff --git a/requirements_all.txt b/requirements_all.txt index dd4435b3..a0bd736e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -27,7 +27,7 @@ memory-tempfile==2.2.3 music-assistant-frontend==2.10.4 music-assistant-models==1.1.15 orjson==3.10.12 -pillow==11.0.0 +pillow==11.1.0 pkce==1.0.3 plexapi==4.15.16 podcastparser==0.6.10