From f2cdfd775d4ec985f4f74ffff572f0524f32064d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:47:58 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 9.0.0 in /HiCALWeb/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.1 to 9.0.0. - [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.0) --- 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..5fde953 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.0 # Password storage argon2-cffi==16.3.0