From 3ef968ffa350120f3a88885e364eae0267bc35bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 06:46:13 +1000 Subject: [PATCH] Bump pillow from 10.2.0 to 10.3.0 in /src/backend (#6944) * Bump pillow from 10.2.0 to 10.3.0 in /src/backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.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/10.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] * fix req --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Mair --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index c8d9b33a20c..f11f18f3b63 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -222,7 +222,7 @@ opentelemetry-util-http==0.44b0 packaging==24.0 # via gunicorn pdf2image==1.17.0 -pillow==10.2.0 +pillow==10.3.0 # via # django-stdimage # pdf2image