From 9970c8b7879774d9412d219468f9a73108f77fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:55:11 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 8.3.2 in /HiCALWeb/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.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/4.1.1...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- HiCALWeb/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HiCALWeb/requirements/base.txt b/HiCALWeb/requirements/base.txt index c4ec826..310a2dc 100644 --- a/HiCALWeb/requirements/base.txt +++ b/HiCALWeb/requirements/base.txt @@ -21,7 +21,7 @@ django-crispy-forms==1.9.1 django-model-utils==3.0.0 # Images -Pillow==4.1.1 +Pillow==8.3.2 # Password storage argon2-cffi==16.3.0