From 6d288e3dfddb57f8f66cd8fc0d36dfbbf011f034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 21:55:32 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 8.2.0 in /pages/code/python/django_template Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 8.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/8.1.1...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pages/code/python/django_template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/code/python/django_template/requirements.txt b/pages/code/python/django_template/requirements.txt index 0a73b23..d1df95a 100644 --- a/pages/code/python/django_template/requirements.txt +++ b/pages/code/python/django_template/requirements.txt @@ -1,5 +1,5 @@ Django==3.1.6 django-crispy-forms==1.9.1 gunicorn==20.0.4 -Pillow==8.1.1 +Pillow==8.2.0 django-heroku==0.3.1 \ No newline at end of file