From 65fa8d532a126b93b401c0cb88abf479cd6fa7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 17:19:36 +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/9.5.0...10.3.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 1ba845e9..c83e79ed 100644 --- a/API/pyproject.toml +++ b/API/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pydantic>=2.7.0", "python-socketio[client]>=5.8, <5.11", "numpy>=1.23.3, <1.27.0", - "Pillow>=9.5, <10.2", + "Pillow>=9.5, <10.4", "vbl-aquarium>=0.0.14", ]