From 53bf74ca771c148a81cb4f6b768768b88838ca9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 13:04:25 +0000 Subject: [PATCH] Update pillow requirement from ~=9.4.0 to ~=10.2.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/9.4.0...10.2.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 a83b38e..ff55ab2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ xmltodict~=0.13.0 lxml~=5.1.0 pandas~=2.2.0 pdf2image~=1.16.0 -Pillow~=9.4.0 +Pillow~=10.2.0 icalendar~=5.0.11 pytz~=2024.1 python-pptx~=0.6.23 \ No newline at end of file