From ae7c78d7eafc9e55aca9b1f43a376f1c4d6be23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 19:29:15 +0000 Subject: [PATCH] Bump pillow from 5.4.1 to 8.2.0 in /api Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 8.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.4.1...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index d2856be..299eab0 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -22,7 +22,7 @@ mock==2.0.0 numpy==1.16.0 pathlib==1.0.1 pbr==5.1.1 -Pillow==5.4.1 +Pillow==8.2.0 protobuf==3.6.1 pycparser==2.19 pypng==0.0.19