From 38166b3ba32994d806e942b51b1ff68fa2e2ac9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 16:19:14 +0000 Subject: [PATCH] chore(deps): bump python-engineio from 4.12.3 to 4.13.2 in /server Bumps [python-engineio](https://github.com/miguelgrinberg/python-engineio) from 4.12.3 to 4.13.2. - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-engineio/compare/v4.12.3...v4.13.2) --- updated-dependencies: - dependency-name: python-engineio dependency-version: 4.13.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- server/poetry.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/server/poetry.lock b/server/poetry.lock index 2d1a6b5ea..f0cad0ca9 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1316,23 +1316,24 @@ cli = ["click (>=5.0)"] [[package]] name = "python-engineio" -version = "4.12.3" +version = "4.13.2" description = "Engine.IO server and client for Python" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "python_engineio-4.12.3-py3-none-any.whl", hash = "sha256:7c099abb2a27ea7ab429c04da86ab2d82698cdd6c52406cb73766fe454feb7e1"}, - {file = "python_engineio-4.12.3.tar.gz", hash = "sha256:35633e55ec30915e7fc8f7e34ca8d73ee0c080cec8a8cd04faf2d7396f0a7a7a"}, + {file = "python_engineio-4.13.2-py3-none-any.whl", hash = "sha256:8c101cd170e400dc4e970cd523325cde22df8fc25140953f379327055d701a6b"}, + {file = "python_engineio-4.13.2.tar.gz", hash = "sha256:a7732e99cfb7db6ed1aee31f18d7f73bbae086a92f31dee019bc646155d9684e"}, ] [package.dependencies] simple-websocket = ">=0.10.0" [package.extras] -asyncio-client = ["aiohttp (>=3.4)"] +asyncio-client = ["aiohttp (>=3.11)"] client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"] -docs = ["sphinx"] +dev = ["tox"] +docs = ["furo", "sphinx"] [[package]] name = "python-socketio"