From a22d171c79875016b8a4fd77b5c2bcc5c59b4b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 08:02:44 +0000 Subject: [PATCH] build(deps): bump pillow from 8.4.0 to 9.0.1 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.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/8.4.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 cc50f73..cbeae98 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -57,7 +57,7 @@ oauthlib==3.1.1 # via requests-oauthlib pep517==0.12.0 # via pip-tools -pillow==8.4.0 +pillow==9.0.1 # via -r requirements.in pip-tools==6.4.0 # via -r requirements.in