From fdd1476af7ece0b5282c765871b71bd8a499c24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 17:32:42 +0000 Subject: [PATCH] Bump pillow from 9.3.0 to 10.3.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.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/9.3.0...10.3.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 480c545..e29e68a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ djangorestframework-simplejwt==5.2.2 Faker==17.0.0 gunicorn==20.1.0 idna==3.4 -Pillow==9.3.0 +Pillow==10.3.0 psycopg2-binary==2.9.5 pycodestyle==2.10.0 PyJWT==2.6.0