From f7d187dfe0f0795848d3b7dd28820f495978f3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:22:46 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 9.3.0 in /ecommerce Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 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.1.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ecommerce/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecommerce/requirements.txt b/ecommerce/requirements.txt index c83d262..e49f7da 100644 --- a/ecommerce/requirements.txt +++ b/ecommerce/requirements.txt @@ -7,7 +7,7 @@ sqlparse==0.3.1 django-allauth==0.42.0 django-crispy-forms==1.9.1 django-mathfilters==1.0.0 -Pillow==7.1.2 +Pillow==9.3.0 django-environ==0.4.5 sentry-sdk==0.15.1 gunicorn