From 1b33081f32d0099239e76c94738134c73efed887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:35:04 +0000 Subject: [PATCH] Bump pillow from 7.1.1 to 9.0.1 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.1 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/7.1.1...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 e2c0195..8bffbb9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ pytest==5.4.0 pytest-django==3.9.0 pytest-asyncio==0.11.0 channels_redis==2.4.2 -Pillow==7.1.1 +Pillow==9.0.1 openpyxl==3.0.3 bs4 requests