From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:29:40 +0000 (+0200) Subject: Bump pillow from 10.2.0 to 10.3.0 (#1201) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=20a8520fc02bf74921515301327e2ce3996585ce;p=music-assistant-server.git Bump pillow from 10.2.0 to 10.3.0 (#1201) Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.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/10.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow 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 543e9eaf..5e5be2ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ server = [ "mashumaro==3.12", "memory-tempfile==2.2.3", "music-assistant-frontend==2.4.1", - "pillow==10.2.0", + "pillow==10.3.0", "pyatv==0.14.5", "soundcloudpy==0.1.0", "unidecode==1.3.8", diff --git a/requirements_all.txt b/requirements_all.txt index 3c28cac5..33e19459 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -22,7 +22,7 @@ mashumaro==3.12 memory-tempfile==2.2.3 music-assistant-frontend==2.4.1 orjson==3.10.0 -pillow==10.2.0 +pillow==10.3.0 plexapi==4.15.11 py-opensonic==5.0.5 pyatv==0.14.5