From f591af4d7d28e35e390b9ede4110f8f0176b07a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:09:06 +0000 Subject: [PATCH] chore(deps): 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 d806d4ec..a6d7c424 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ inflection==0.5.1 ; python_version >= "3.12" and python_version < "4.0" jsonschema-specifications==2024.10.1 ; python_version >= "3.12" and python_version < "4.0" jsonschema==4.23.0 ; python_version >= "3.12" and python_version < "4.0" markdown==3.7 ; python_version >= "3.12" and python_version < "4.0" -pillow==11.0.0 ; python_version >= "3.12" and python_version < "4.0" +pillow==11.1.0 ; python_version >= "3.12" and python_version < "4.0" psycopg2-binary==2.9.10 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.12" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "4.0"