From 941e1a93b793068cbef19c1703b10e5425fdc609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 00:52:21 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 8.3.2 in /example Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 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/8.1.1...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 87628e0..ff90e6e 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -4,7 +4,7 @@ django-germanium==2.1.0 six==1.10.0 coverage==5.3.1 coveralls==2.2.0 -Pillow==8.1.1 +Pillow==8.3.2 boto3==1.16.47 django-storages==1.11.1 -e ../