From dc43202b762b741103528e4720d93f07b947bb51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:04:56 +0000 Subject: [PATCH] Bump pillow from 8.0.1 to 9.3.0 in /lambda 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] --- lambda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/requirements.txt b/lambda/requirements.txt index eb047bd3..7f928a3d 100644 --- a/lambda/requirements.txt +++ b/lambda/requirements.txt @@ -4,6 +4,6 @@ rasterio==1.2.10 mercantile==1.2.1 requests==2.27.1 geojson==2.5.0 -pillow==8.0.1 +pillow==9.3.0 shapely==1.8.0 affine==2.3.0