From 822d0b88e1434ae2c6e2f68789c1c371616dac43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:54:10 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 9.3.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/6.2.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ecell/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecell/requirements.txt b/ecell/requirements.txt index fe77a51e..30caff4c 100644 --- a/ecell/requirements.txt +++ b/ecell/requirements.txt @@ -1,4 +1,4 @@ Django==2.2.8 -Pillow==6.2.1 +Pillow==9.3.0 pytz==2019.3 sqlparse==0.3.0 diff --git a/requirements.txt b/requirements.txt index 72c45489..f37cebd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==2.2.8 -Pillow==6.2.1 +Pillow==9.3.0 pytz==2019.3 sqlparse==0.3.0 whitenoise==4.1.2