From 25a7da6c7e28de247aa2e6d3264434d88ebf9237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:28:18 +0000 Subject: [PATCH] Bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.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/6.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../we_are_social/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stream-3/Full-Stack-Development/15.Paypal-Subscriptions/3.Use-Django-Orm-To-Connect-Users-To-Their-Purchases/we_are_social/requirements.txt b/Stream-3/Full-Stack-Development/15.Paypal-Subscriptions/3.Use-Django-Orm-To-Connect-Users-To-Their-Purchases/we_are_social/requirements.txt index a1ce537d..deadd4aa 100644 --- a/Stream-3/Full-Stack-Development/15.Paypal-Subscriptions/3.Use-Django-Orm-To-Connect-Users-To-Their-Purchases/we_are_social/requirements.txt +++ b/Stream-3/Full-Stack-Development/15.Paypal-Subscriptions/3.Use-Django-Orm-To-Connect-Users-To-Their-Purchases/we_are_social/requirements.txt @@ -20,7 +20,7 @@ isort==4.2.15 lazy-object-proxy==1.3.1 mccabe==0.6.1 pep8==1.7.0 -Pillow==6.2.0 +Pillow==9.3.0 pycodestyle==2.3.1 pylint==1.7.2 pylint-django==0.7.2