From 8e4184c2b5d6eaf5ef3d930a1df2e30ce121ddea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:57:03 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 8.3.2 in /modules/Drone/app Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 8.3.2. - [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.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..f4876af 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.3.2 numpy==1.16.4 flask==0.12.4