From 333e2ffba8c1780460cc084cb2664721529830c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 17:32:51 +0000 Subject: [PATCH] chore(deps): update python-socketio[client] requirement in /API Updates the requirements on [python-socketio[client]](https://github.com/miguelgrinberg/python-socketio) to permit the latest version. - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-socketio/compare/v5.8.0...v5.11.0) --- updated-dependencies: - dependency-name: python-socketio[client] 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 c83e79ed..d9ac4956 100644 --- a/API/pyproject.toml +++ b/API/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ ] dependencies = [ "pydantic>=2.7.0", - "python-socketio[client]>=5.8, <5.11", + "python-socketio[client]>=5.8, <5.12", "numpy>=1.23.3, <1.27.0", "Pillow>=9.5, <10.4", "vbl-aquarium>=0.0.14",