From e699ce127f5a54b9db0306708b18378d95b88d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:47:28 +0000 Subject: [PATCH] Bump pillow from 11.0.0 to 11.1.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.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/11.0.0...11.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... 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 9f52c11..7903de4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -79,7 +79,7 @@ jsonschema-specifications==2023.12.1 # via jsonschema packaging==24.1 # via gunicorn -pillow==11.0.0 +pillow==11.1.0 # via -r requirements.in psycopg==3.2.3 # via -r requirements.in