From 60200964d3218e6f0c5c9ba9f8831a9dae18040e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 09:26:10 +0200 Subject: [PATCH] fix(deps): update dependency websocket_client to v1.4.1 (#379) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7088569..aab27d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -852,7 +852,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "websocket-client" -version = "1.4.0" +version = "1.4.1" description = "WebSocket client for Python with low level API options" category = "main" optional = false @@ -886,7 +886,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "c91d05e4c8ee285ea991239579b773a4df9bc3584614afbe3683a2fa9f55ff50" +content-hash = "57d50f7ac1044bc716ea612974567cc34cc2ad085006aafeae4229e83cd11afe" [metadata.files] anyconfig = [ @@ -1402,8 +1402,8 @@ urllib3 = [ {file = "urllib3-1.26.12.tar.gz", hash = "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"}, ] websocket-client = [ - {file = "websocket-client-1.4.0.tar.gz", hash = "sha256:79d730c9776f4f112f33b10b78c8d209f23b5806d9a783e296b3813fc5add2f1"}, - {file = "websocket_client-1.4.0-py3-none-any.whl", hash = "sha256:33ad3cf0aef4270b95d10a5a66b670a66be1f5ccf10ce390b3644f9eddfdca9d"}, + {file = "websocket-client-1.4.1.tar.gz", hash = "sha256:f9611eb65c8241a67fb373bef040b3cf8ad377a9f6546a12b620b6511e8ea9ef"}, + {file = "websocket_client-1.4.1-py3-none-any.whl", hash = "sha256:398909eb7e261f44b8f4bd474785b6ec5f5b499d4953342fe9755e01ef624090"}, ] yapf = [ {file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"}, diff --git a/pyproject.toml b/pyproject.toml index 716fb7d..cac60cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ python-dateutil = "2.8.2" python-json-logger = "2.0.4" requests = "2.28.1" "ruamel.yaml" = "0.17.21" -websocket_client = "1.4.0" +websocket_client = "1.4.1" zipp = "3.8.1" [tool.poetry.dev-dependencies]