From 11dbf5a523cdf9722620ed66b687a07d4ba24239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 12:09:08 +0000 Subject: [PATCH] Update pillow requirement from <10.0.0,>=8.4.0 to >=8.4.0,<11.0.0 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.4.0...10.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3d8c2d3..88fb6ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ python-ffmpeg==2.0.4 gpytranslate==1.5.1 httpx[http2]>=0.18.1,<1.0.0 yt-dlp==2023.3.4 -Pillow>=8.4.0,<10.0.0 +Pillow>=8.4.0,<11.0.0 # Others pytio