From c7b5b60dc6c7fa9e00009982100b4289e45b77a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:36:44 +0000 Subject: [PATCH] :arrow_up: Bump pillow from 9.0.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.3.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/9.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b018ab1..96c3e76 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,7 @@ requests = "==2.21.0" django-haystack = "==2.8.1" elasticsearch = "==2.4.1" Django = "==2.2.28" -Pillow = "==9.0.1" +Pillow = "==9.3.0" uWSGI = "==2.0.18" gunicorn = "*" django-heroku = "*"