From 97c917905f86013e9d5cd28bc6e82d5babb875c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:35:44 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 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/7.1.2...8.1.1) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Pipfile diff --git a/Pipfile b/Pipfile old mode 100755 new mode 100644 index 104c26d..041c811 --- a/Pipfile +++ b/Pipfile @@ -49,7 +49,7 @@ Flask-SQLAlchemy = "==2.3.2" Flask-WTF = "==0.14.2" Jinja2 = "==2.9.6" MarkupSafe = "==1.1.1" -Pillow = "==7.1.2" +Pillow = "==8.1.1" PyJWT = "==1.7.1" PySocks = "==1.7.1" SQLAlchemy = "==1.3.17"