From 77ceb304d238585e839396946039722f4333093a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:36:10 +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.0.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 850b34d0..539a1306 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.1", "vbl-aquarium>=0.0.15", ]