From 45d536489825982f5df3bcf0f731a5e405b916dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 09:53:17 +0200 Subject: [PATCH] Bump pillow from 9.4.0 to 9.5.0 (#610) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 9.5.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/9.4.0...9.5.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> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9316fb2..a12f5d25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ server = [ "mashumaro==3.5.0", "memory-tempfile==2.2.3", "music-assistant-frontend==20230402.0", - "pillow==9.4.0", + "pillow==9.5.0", "unidecode==1.3.6", "xmltodict==0.13.0", "orjson==3.8.9", diff --git a/requirements_all.txt b/requirements_all.txt index 43760a05..08dd1e8c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -15,7 +15,7 @@ mashumaro==3.5.0 memory-tempfile==2.2.3 music-assistant-frontend==20230402.0 orjson==3.8.9 -pillow==9.4.0 +pillow==9.5.0 plexapi==4.13.2 PyChromecast==13.0.6 python-slugify==8.0.1 -- 2.34.1