From fde5e33506b4c9d7ca80b2c10e4d752a33d5572c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:59:41 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 9.3.0 in /DaanCoronaBackend Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 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/6.2.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- DaanCoronaBackend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DaanCoronaBackend/requirements.txt b/DaanCoronaBackend/requirements.txt index 560964a..7711f5f 100644 --- a/DaanCoronaBackend/requirements.txt +++ b/DaanCoronaBackend/requirements.txt @@ -8,7 +8,7 @@ djangorestframework==3.11.0 djangorestframework-simplejwt==4.3.0 djangorestframework-yaml==1.0.3 djoser==2.0.3 -Pillow==6.2.1 +Pillow==9.3.0 PyJWT==1.7.1 python-decouple==3.3 requests==2.13.0