From d7b1253555ce412fd321bb6696dfe5034a87a9dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:07:27 +0100 Subject: [PATCH] fix(deps): update dependency websocket_client to v1.7.0 (#638) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 676e572..e6e3775 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1099,13 +1099,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "websocket-client" -version = "1.6.4" +version = "1.7.0" description = "WebSocket client for Python with low level API options" optional = false python-versions = ">=3.8" files = [ - {file = "websocket-client-1.6.4.tar.gz", hash = "sha256:b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df"}, - {file = "websocket_client-1.6.4-py3-none-any.whl", hash = "sha256:084072e0a7f5f347ef2ac3d8698a5e0b4ffbfcab607628cadabc650fc9a83a24"}, + {file = "websocket-client-1.7.0.tar.gz", hash = "sha256:10e511ea3a8c744631d3bd77e61eb17ed09304c413ad42cf6ddfa4c7787e8fe6"}, + {file = "websocket_client-1.7.0-py3-none-any.whl", hash = "sha256:f4c3d22fec12a2461427a29957ff07d35098ee2d976d3ba244e688b8b4057588"}, ] [package.extras] @@ -1131,4 +1131,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "14be5db0827922afa9f4dd9c2fd7c0161a5dd5d6beda413590ed46ea415fbc8a" +content-hash = "60fae0cc198677c95aadc91969c83731e4a4e00bd27e1e4a45941a2b2c4e3671" diff --git a/pyproject.toml b/pyproject.toml index c6fbd38..3cd1e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ python-dateutil = "2.8.2" python-json-logger = "2.0.7" requests = "2.31.0" "ruamel.yaml" = "0.18.5" -websocket_client = "1.6.4" +websocket_client = "1.7.0" zipp = "3.17.0" [tool.poetry.scripts]