From 46189286b1a0a55ddac7a59dd2f0b837d8fe2891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:39:36 +0000 Subject: [PATCH] Bump pillow in /DayFour/Backend/app_b86ed9a3-cfa5-4d79-a572-890b5a4e545f Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.0 to 9.3.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/5.1.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../app_b86ed9a3-cfa5-4d79-a572-890b5a4e545f/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 DayFour/Backend/app_b86ed9a3-cfa5-4d79-a572-890b5a4e545f/requirements.txt diff --git a/DayFour/Backend/app_b86ed9a3-cfa5-4d79-a572-890b5a4e545f/requirements.txt b/DayFour/Backend/app_b86ed9a3-cfa5-4d79-a572-890b5a4e545f/requirements.txt old mode 100755 new mode 100644 index 2a8445b..6f8674f --- a/DayFour/Backend/app_b86ed9a3-cfa5-4d79-a572-890b5a4e545f/requirements.txt +++ b/DayFour/Backend/app_b86ed9a3-cfa5-4d79-a572-890b5a4e545f/requirements.txt @@ -1,6 +1,6 @@ django>=2.0.11 psycopg2==2.7 --no-binary psycopg2 -pillow==5.1.0 +pillow==9.3.0 django-jet djangorestframework django-filter