From eade63a370182a47a6af95adb71ae3e54d60954c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:31:17 +0000 Subject: [PATCH] Bump pillow from 2.9.0 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.9.0 to 8.3.2. - [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.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..6ce2f92 100644 --- a/portfolio/requirements.txt +++ b/portfolio/requirements.txt @@ -1,5 +1,5 @@ PAM==0.4.2 -Pillow==2.3.0 +Pillow==8.3.2 PyOpenGL==3.0.2 SecretStorage==2.0.0 Twisted==13.2.0 diff --git a/requirements.txt b/requirements.txt index e57b6df..9f32fab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.8.4 -Pillow==2.9.0 +Pillow==8.3.2 argparse==1.2.1 django-debug-toolbar==1.4 django-extensions==1.5.9