From efc0e3888b09a0aba922dc37c3ab59cff08d9e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:55:55 +0000 Subject: [PATCH] Bump pillow from 3.4.2 to 8.3.2 in /server Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.4.2 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/3.4.2...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 64da17b..474327b 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -30,5 +30,5 @@ six==1.7.3 validators==0.6.0 wsgiref==0.1.2 RPi.GPIO==0.6.3 -Pillow==3.4.2 +Pillow==8.3.2 requests==2.8.1