From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 21:42:01 +0000 (+0100) Subject: Update pillow requirement from <=9.2.0,>=8.0 to >=8.0,<9.4.0 (#481) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=9b3685c6de67d617bc18da4742224dcd607ca8c0;p=music-assistant-server.git Update pillow requirement from <=9.2.0,>=8.0 to >=8.0,<9.4.0 (#481) Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/8.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/requirements.txt b/requirements.txt index 3c351015..f68fe70e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ databases>=0.5,<0.6.5 aiosqlite>=0.13,<=0.17 python-slugify>=4.0,<6.1.3 memory-tempfile<=2.2.3 -pillow>=8.0,<=9.2.0 +pillow>=8.0,<9.4.0 unidecode>=1.0,<1.3.7 mashumaro>=3.0,<=3.1 xmltodict>=0.12.0,<=0.13.0