From 53a7ec9edfe8a34e7f7f6690f98c6534b3dc32a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:35:54 +0000 Subject: [PATCH] Bump pillow from 2.9.0 to 9.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.9.0 to 9.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/2.9.0...9.0.0) --- 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..6b10f69 100644 --- a/portfolio/requirements.txt +++ b/portfolio/requirements.txt @@ -1,5 +1,5 @@ PAM==0.4.2 -Pillow==2.3.0 +Pillow==9.0.0 PyOpenGL==3.0.2 SecretStorage==2.0.0 Twisted==13.2.0 diff --git a/requirements.txt b/requirements.txt index e57b6df..d9a9bbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.8.4 -Pillow==2.9.0 +Pillow==9.0.0 argparse==1.2.1 django-debug-toolbar==1.4 django-extensions==1.5.9