From 29bd38443c740132a6c80bbe89061203078f173c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:42:20 +0000 Subject: [PATCH] Bump pillow from 8.0.1 to 9.3.0 in /handling-pdf-files/pdf-ocr Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 9.3.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/8.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- handling-pdf-files/pdf-ocr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handling-pdf-files/pdf-ocr/requirements.txt b/handling-pdf-files/pdf-ocr/requirements.txt index 2996db9b..d3ec0a6a 100644 --- a/handling-pdf-files/pdf-ocr/requirements.txt +++ b/handling-pdf-files/pdf-ocr/requirements.txt @@ -2,6 +2,6 @@ Filetype==1.0.7 numpy==1.19.4 opencv-python==4.4.0.46 pandas==1.1.4 -Pillow==8.0.1 +Pillow==9.3.0 PyMuPDF==1.18.9 pytesseract==0.3.7 \ No newline at end of file