From 01bfd5ae63e6e70264c34f1ac65d96a769bc5eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:25:44 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 9.0.1 in /HiCALWeb/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.1 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/4.1.1...9.0.1) --- 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..f356699 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==9.0.1 # Password storage argon2-cffi==16.3.0