diff --git a/backend/poetry.lock b/backend/poetry.lock index b4db7fd42..901a6e8b9 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1548,17 +1548,17 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "websocket-client" -version = "1.7.0" +version = "1.8.0" description = "WebSocket client for Python with low level API options" optional = false python-versions = ">=3.8" files = [ - {file = "websocket-client-1.7.0.tar.gz", hash = "sha256:10e511ea3a8c744631d3bd77e61eb17ed09304c413ad42cf6ddfa4c7787e8fe6"}, - {file = "websocket_client-1.7.0-py3-none-any.whl", hash = "sha256:f4c3d22fec12a2461427a29957ff07d35098ee2d976d3ba244e688b8b4057588"}, + {file = "websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526"}, + {file = "websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da"}, ] [package.extras] -docs = ["Sphinx (>=6.0)", "sphinx-rtd-theme (>=1.1.0)"] +docs = ["Sphinx (>=6.0)", "myst-parser (>=2.0.0)", "sphinx-rtd-theme (>=1.1.0)"] optional = ["python-socks", "wsaccel"] test = ["websockets"] @@ -1582,4 +1582,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "04dfeada20312abdf1cc4be60cac680d51837e156d869a23dc0bcd3785bc358d" +content-hash = "e7c89dcbba9ef9777831b168070ab68587da367b993e5e71614a049193d9e58a" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 4c84c3ae0..a5768e330 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -34,7 +34,7 @@ prometheus-client = "^0.17.1" sqlalchemy = "^2.0.23" schedule = "^1.2.1" pytz = "^2024.1" -websocket-client = "^1.7.0" +websocket-client = "^1.8.0" [tool.poetry.group.dev.dependencies] coverage = "^6.4"