From 88e8bc19a88a42f9ba9a76a957e39125efbe4eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 21:46:31 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 8.2.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 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/7.1.2...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 18d10c6..939cf4f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -70,7 +70,7 @@ lazy-object-proxy==1.4.3 MarkupSafe==1.1.1 mccabe==0.6.1 MouseInfo==0.1.3 -Pillow==7.1.2 +Pillow==8.2.0 post==2019.4.13 public==2019.4.13 PyAutoGUI==0.9.50