From 2a1e2c360cc23204547fd1fdcb91ead2f65ff102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:27:09 +0000 Subject: [PATCH] chore(deps): update pillow requirement in /API Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.4.0...11.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- API/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/pyproject.toml b/API/pyproject.toml index b5621e40..1c0577e5 100644 --- a/API/pyproject.toml +++ b/API/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pydantic>=2.7.0", "python-socketio[client]>=5.8, <5.12", "numpy>=1.23.3, <1.27.0", - "Pillow>=10.4.0, <10.5", + "Pillow>=10.4.0, <11.2", "vbl-aquarium>=0.0.23", ]