From 44167156f7574293bf3c583da15455ca82a2a9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:49:06 +0000 Subject: [PATCH] build(deps): bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- continous-integration/lambda-handlers/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continous-integration/lambda-handlers/python/requirements.txt b/continous-integration/lambda-handlers/python/requirements.txt index f1eaa6c..f76acf5 100644 --- a/continous-integration/lambda-handlers/python/requirements.txt +++ b/continous-integration/lambda-handlers/python/requirements.txt @@ -3,7 +3,7 @@ certifi==2023.7.22 ; python_version >= '3.6' charset-normalizer==3.2.0 ; python_full_version >= '3.7.0' idna==3.4 ; python_version >= '3.5' packaging==23.1 ; python_version >= '3.7' -pillow==10.0.0 +pillow==10.0.1 pytesseract==0.3.10 requests==2.31.0 urllib3==2.0.4 ; python_version >= '3.7'