From 9f31bfdf9e9f9614a60f691f83df5e23db31f19f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 08:55:03 +0200 Subject: [PATCH] fix(deps): update dependency websocket_client to v1.8.0 (#701) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d9ab6d4..f7a0b57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1083,17 +1083,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"] @@ -1115,4 +1115,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "61bb343cc19a46a89400be347764a6cde9617fe82b6e9b32271eb2f6b2171280" +content-hash = "4b348beb99e194b29466b0ddb4f2b684908c1c93d28f9f33c604e5fbc6e0cf97" diff --git a/pyproject.toml b/pyproject.toml index 9b41dda..4e09adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ python-dateutil = "2.9.0.post0" python-json-logger = "2.0.7" requests = "2.31.0" "ruamel.yaml" = "0.18.6" -websocket_client = "1.7.0" +websocket_client = "1.8.0" zipp = "3.18.1" [tool.poetry.scripts]