From 594bedabe97980cdf19279a3b7c6b91cc6d5040b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:12:28 +0000 Subject: [PATCH] Bump pillow from 2.7.0 to 9.0.1 in /dbe Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.7.0 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/2.7.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dbe/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbe/requirements.txt b/dbe/requirements.txt index 43a7ff9..1a5fe3f 100644 --- a/dbe/requirements.txt +++ b/dbe/requirements.txt @@ -1,5 +1,5 @@ Django==1.11.29 Markdown==2.5.2 -Pillow==2.7.0 +Pillow==9.0.1 pytz==2014.10 wsgiref==0.1.2