From 304821a7da560ce87944dac0a383dc0a1629a205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:10:41 +0000 Subject: [PATCH] Bump pillow from 3.2.0 to 9.3.0 in /darkwarrior Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.2.0 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/3.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- darkwarrior/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darkwarrior/requirements.txt b/darkwarrior/requirements.txt index 80e0bd2..b224caf 100644 --- a/darkwarrior/requirements.txt +++ b/darkwarrior/requirements.txt @@ -1,6 +1,6 @@ django == 1.8.11 python == 2.7.10 -pillow == 3.2.0 +pillow == 9.3.0 django-reversion == 1.10.1 pytz == 2016.6 mysql-python == 1.2.5