From 02ab1dc3b312998409dc3f4247e289393af6bc07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 15:33:07 +0200 Subject: [PATCH] Chore(deps): Bump pillow from 11.1.0 to 11.2.1 (#2141) Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.0 to 11.2.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/11.1.0...11.2.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.2.1 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 3cd71b2f..7319b135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "music-assistant-models==1.1.45", "mutagen==1.47.0", "orjson==3.10.16", - "pillow==11.1.0", + "pillow==11.2.1", "podcastparser==0.6.10", "python-slugify==8.0.4", "unidecode==1.3.8", diff --git a/requirements_all.txt b/requirements_all.txt index 45aa6561..ae80ef0b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -31,7 +31,7 @@ music-assistant-frontend==2.14.9 music-assistant-models==1.1.45 mutagen==1.47.0 orjson==3.10.16 -pillow==11.1.0 +pillow==11.2.1 pkce==1.0.3 plexapi==4.16.1 podcastparser==0.6.10 -- 2.34.1