From 6e24dadb42c7a3f000a7bf83568fa6aa401c9886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:22:35 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.0.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.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.0.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 7860665..0b9bf93 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,4 +16,4 @@ six==1.14.0 urllib3==1.25.7 Werkzeug==0.16.0 zope.interface==4.7.1 -Pillow==6.0.0 \ No newline at end of file +Pillow==9.0.0 \ No newline at end of file