From 6da8ef2a460939508eb81975f8cde13d6c47fee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:47:31 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.3.0 in /django_app Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.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/7.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_app/requirements.txt b/django_app/requirements.txt index 016b2dc..c615e94 100644 --- a/django_app/requirements.txt +++ b/django_app/requirements.txt @@ -12,7 +12,7 @@ django-leaflet==0.27.1 geopy==2.0.0 django-imagekit==4.0.2 environs==9.3.0 -Pillow==7.2.0 +Pillow==9.3.0 Unipath==1.1 python-decouple==3.3 dj-database-url==0.5.0