From 4019ceba8939a889282dfd9b222f7cd17c84c4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 03:09:50 +0000 Subject: [PATCH] Chore(deps): Bump pillow from 8.0.1 to 9.3.0 in /Python/Text_Extract 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] --- Python/Text_Extract/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Text_Extract/requirements.txt b/Python/Text_Extract/requirements.txt index 3e1643b98..c447821d9 100644 --- a/Python/Text_Extract/requirements.txt +++ b/Python/Text_Extract/requirements.txt @@ -1,2 +1,2 @@ pytesseract==0.3.6 -Pillow==8.0.1 \ No newline at end of file +Pillow==9.3.0 \ No newline at end of file