From 8b83c5893c098bb94786b8ed90252e24212b4c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:22:39 +0000 Subject: [PATCH] Bump pillow from 5.4.1 to 9.3.0 in /demo Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.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/5.4.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 05473de..39295d9 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,6 +1,6 @@ Django==1.11.18 -e git+git@github.com:timbest/django-multi-form-view.git@8273846a94cbae1b6b9b87c813744c88207c6216#egg=django_multi_form_view -Pillow==5.4.1 +Pillow==9.3.0 behave==1.2.6 behave-django==1.1.0 enum34==1.1.6