From cf5dbaf2d5dec33ed7f25ca3a4a0feec367b7e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:43:09 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 9.3.0 in /Text-Extract-Images Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.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.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Text-Extract-Images/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Text-Extract-Images/requirements.txt b/Text-Extract-Images/requirements.txt index 4890009320..c447821d90 100644 --- a/Text-Extract-Images/requirements.txt +++ b/Text-Extract-Images/requirements.txt @@ -1,2 +1,2 @@ pytesseract==0.3.6 -Pillow==8.1.1 \ No newline at end of file +Pillow==9.3.0 \ No newline at end of file