From e34b8a6223d00ea08e86d319b1b26cd8edd83184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:07:12 +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.12.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 b5621e40..09864d6a 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.12", + "python-socketio[client]>=5.8, <5.13", "numpy>=1.23.3, <1.27.0", "Pillow>=10.4.0, <10.5", "vbl-aquarium>=0.0.23",