From 6cc87da0a6ba9c03e37e1b52cc2a21f9648c3a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:12:19 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.0.1 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.1. - [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.1) --- 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..001ab1f2 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.1 retrying==1.3.3 psycopg2-binary==2.8.3 scipy==1.3.1