From 3ea31f660b925bc4de34fedb236b34f76163d1e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:41:11 +0200 Subject: [PATCH] fix(deps): update dependency websocket_client to v1.6.4 (#599) 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 48d72ac..1ffdae7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1118,13 +1118,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "websocket-client" -version = "1.6.3" +version = "1.6.4" description = "WebSocket client for Python with low level API options" optional = false python-versions = ">=3.8" files = [ - {file = "websocket-client-1.6.3.tar.gz", hash = "sha256:3aad25d31284266bcfcfd1fd8a743f63282305a364b8d0948a43bd606acc652f"}, - {file = "websocket_client-1.6.3-py3-none-any.whl", hash = "sha256:6cfc30d051ebabb73a5fa246efdcc14c8fbebbd0330f8984ac3bb6d9edd2ad03"}, + {file = "websocket-client-1.6.4.tar.gz", hash = "sha256:b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df"}, + {file = "websocket_client-1.6.4-py3-none-any.whl", hash = "sha256:084072e0a7f5f347ef2ac3d8698a5e0b4ffbfcab607628cadabc650fc9a83a24"}, ] [package.extras] @@ -1166,4 +1166,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "3a4da64fd45155853a3529e1dcd8bbb01632cd8a021478168312156ca89ff336" +content-hash = "5bd986b0270230a8aa398be8c72b76288fff89e3652408e36d305821a33f2da5" diff --git a/pyproject.toml b/pyproject.toml index f6b7c2f..2ce5ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ python-dateutil = "2.8.2" python-json-logger = "2.0.7" requests = "2.31.0" "ruamel.yaml" = "0.17.33" -websocket_client = "1.6.3" +websocket_client = "1.6.4" zipp = "3.17.0" [tool.poetry.scripts]