From 168f51982ffcf6ad2f0a86a67aba831da2d3e0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 02:07:11 +0000 Subject: [PATCH] Bump pillow from 5.0.0 to 9.0.0 in /djangoRestAPI Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 9.0.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.0.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- djangoRestAPI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangoRestAPI/requirements.txt b/djangoRestAPI/requirements.txt index f6595c37..4452e76c 100644 --- a/djangoRestAPI/requirements.txt +++ b/djangoRestAPI/requirements.txt @@ -8,5 +8,5 @@ bcrypt==3.1.7 mysqlclient==1.4.4 boto3==1.9.246 django-storages==1.7.2 -Pillow==5.0.0 +Pillow==9.0.0 django-filter==2.2.0 \ No newline at end of file