From a49a9fc5b9ae66c15c7b40a0bb2195d7a5d506c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:58:29 +0000 Subject: [PATCH] fix(deps): update dependency python-engineio to v4.8.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 27d306b..c5e451a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -783,13 +783,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "python-engineio" -version = "4.7.1" +version = "4.8.0" description = "Engine.IO server and client for Python" optional = false python-versions = ">=3.6" files = [ - {file = "python-engineio-4.7.1.tar.gz", hash = "sha256:a8422e345cd9a21451303380b160742ff02197975b1c3a02cef115febe2b1b20"}, - {file = "python_engineio-4.7.1-py3-none-any.whl", hash = "sha256:52499e8ab94fea1a6525ffe872fe7028d04b575799c5fa8e2cf7880e032de42e"}, + {file = "python-engineio-4.8.0.tar.gz", hash = "sha256:2a32585d8fecd0118264fe0c39788670456ca9aa466d7c026d995cfff68af164"}, + {file = "python_engineio-4.8.0-py3-none-any.whl", hash = "sha256:6055ce35b7f32b70641d53846faf76e06f2af0107a714cedb2750595c69ade43"}, ] [package.dependencies] @@ -1078,4 +1078,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6796642e1268e6c2c1b038acc6bfd2263ed77f4fec8e6212da56e95c382cddfc" +content-hash = "423c901bfabfb3b434cc737a707ab078d1abb3a9e810de01c01783b1eb9b06a4" diff --git a/pyproject.toml b/pyproject.toml index 324e903..c43ffa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ fastapi = "==0.103.2" uvicorn = "==0.23.2" loguru = "==0.7.2" requests = "==2.31.0" -python-engineio = "==4.7.1" +python-engineio = "==4.8.0" ruff = "^0.0.292" pydantic = ">=2.0.0"