From aaba2726342bf4ea737faea93871fc6297a4ffde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:13:59 +0000 Subject: [PATCH] Bump pillow from 2.9.0 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.9.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/2.9.0...8.1.1) Signed-off-by: dependabot[bot] --- portfolio/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/portfolio/requirements.txt b/portfolio/requirements.txt index 1fa1012..df667cd 100644 --- a/portfolio/requirements.txt +++ b/portfolio/requirements.txt @@ -1,5 +1,5 @@ PAM==0.4.2 -Pillow==2.3.0 +Pillow==8.1.1 PyOpenGL==3.0.2 SecretStorage==2.0.0 Twisted==13.2.0 diff --git a/requirements.txt b/requirements.txt index e57b6df..952c873 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.8.4 -Pillow==2.9.0 +Pillow==8.1.1 argparse==1.2.1 django-debug-toolbar==1.4 django-extensions==1.5.9