From bcd35556ae8e867740b90d01e73a8b9b8882491f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:34:44 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.0.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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/6.2.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5073479d..de318ca7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ cassandra-driver==3.19.0 SimpleITK==1.2.3 numpy==1.16.3 celery==4.3.1 -Pillow==6.2.0 +Pillow==9.0.0 retrying==1.3.3 psycopg2-binary==2.8.3 scipy==1.3.1