From 383883399af7f025bfee102007682f032dcdb47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:25:17 +0000 Subject: [PATCH] Bump pillow from 8.3.2 to 9.0.0 in /dockers Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.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.3.2...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dockers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockers/requirements.txt b/dockers/requirements.txt index 6356bdd..d13fe44 100644 --- a/dockers/requirements.txt +++ b/dockers/requirements.txt @@ -4,6 +4,6 @@ requests == 2.25.1 psutil == 5.8.0 schedule == 0.6.0 pytesseract == 0.3.7 -Pillow == 8.3.2 +Pillow == 9.0.0 beautifulsoup4 == 4.9.3 psycopg2-binary \ No newline at end of file