From 9b1d842abf960a4bc17615fb6b8ec0ed9ea6b76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 14:32:55 +0000 Subject: [PATCH] Bump pillow from 5.3.0 to 8.1.1 in /{{cookiecutter.repo_name}} Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.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.3.0...8.1.1) Signed-off-by: dependabot[bot] --- {{cookiecutter.repo_name}}/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/Pipfile b/{{cookiecutter.repo_name}}/Pipfile index df6666c..f012c5d 100644 --- a/{{cookiecutter.repo_name}}/Pipfile +++ b/{{cookiecutter.repo_name}}/Pipfile @@ -20,4 +20,4 @@ rq = "<0.14.0,>=0.13.0" sqlparse = "<0.3,>=0.2" waitress = "<1.2,>=1.1" whitenoise = "<4.2,>=4.1" -pillow = "==5.3.0" +pillow = "==8.1.1"