From 835924a03876aa72b6ac5bf2dd2e57033fd49f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 12:31:58 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 8.1.1 in /modules/Drone/app Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 8.1.1. - [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/6.1.0...8.1.1) Signed-off-by: dependabot[bot] --- modules/Drone/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Drone/app/requirements.txt b/modules/Drone/app/requirements.txt index a10a61a..e43978d 100644 --- a/modules/Drone/app/requirements.txt +++ b/modules/Drone/app/requirements.txt @@ -1,4 +1,4 @@ tensorflow==1.14.0 -pillow==6.1.0 +pillow==8.1.1 numpy==1.16.4 flask==0.12.4