From df62c24a4ef0f61105f1978c86b2f391cd57b5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:09:46 +0000 Subject: [PATCH] Bump pillow from 8.0.1 to 9.3.0 in /Chapter15/Exercise15.04 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.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/8.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Chapter15/Exercise15.04/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter15/Exercise15.04/requirements.txt b/Chapter15/Exercise15.04/requirements.txt index 4e12bec..72f292f 100644 --- a/Chapter15/Exercise15.04/requirements.txt +++ b/Chapter15/Exercise15.04/requirements.txt @@ -5,7 +5,7 @@ django-configurations==2.2 django-crispy-forms==1.8.1 django-debug-toolbar==2.2 djangorestframework==3.11.0 -Pillow==8.0.1 +Pillow==9.3.0 plotly==4.14.1 retrying==1.3.3 six==1.15.0