From abaa37ac3ae4ca09aa207eb6751869ee7ac0a024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:08:39 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 9.0.1 in /lambda_functions/process/make_pdf Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 9.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/6.2.1...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda_functions/process/make_pdf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda_functions/process/make_pdf/requirements.txt b/lambda_functions/process/make_pdf/requirements.txt index e17c28612..01b09616e 100644 --- a/lambda_functions/process/make_pdf/requirements.txt +++ b/lambda_functions/process/make_pdf/requirements.txt @@ -4,7 +4,7 @@ geojson==2.5.0 idna==2.8 landez==2.5.0 mbutil==0.3.0 -Pillow==6.2.1 +Pillow==9.0.1 pyproj==2.4.1 requests==2.22.0 Shapely==1.6.4.post2