From 9bec71c97bbf85d6b4910287d5ddae5ae498218d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 10:19:01 +0000 Subject: [PATCH] Bump pillow from 5.0.0 to 8.1.1 in /djangoRestAPI Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.0.0...8.1.1) 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..fd85e222 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==8.1.1 django-filter==2.2.0 \ No newline at end of file