From fc97c35995ddce39f9fb8a41a19eca0ae0bda659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 17:21:32 +0000 Subject: [PATCH] Bump pillow from 5.0.0 to 6.2.0 in /djangoRestAPI Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 6.2.0. - [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...6.2.0) 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..e479d5d1 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==6.2.0 django-filter==2.2.0 \ No newline at end of file