From f134ca8526b072a476b33e4bdfbf7945d3ed8637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:27:39 +0000 Subject: [PATCH] Update pillow requirement from ==10.0.* to ==10.2.* in /server 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/10.0.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 4f02863e..0fbcf681 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -20,7 +20,7 @@ matplotlib==3.7.* numpy==1.24.* orjson==3.9.* openpyxl~=3.1.2 -Pillow==10.0.* +Pillow==10.2.* pandas~=1.3.5 # do not update, newer version wants us to use openpyxl instead of xlrd which has different error handling pdf2image==1.16.* pdfrw==0.4