From 4aa8b4230c252422a4d114164de5e917524c6f1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 09:08:51 +0200 Subject: [PATCH] fix(deps): update dependency websocket_client to v1 (#96) Co-authored-by: Renovate Bot --- poetry.lock | 13 +++++-------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 49fcbe4..47304e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -767,14 +767,11 @@ brotli = ["brotlipy (>=0.6.0)"] [[package]] name = "websocket-client" -version = "0.59.0" +version = "1.0.0" description = "WebSocket client for Python with low level API options" category = "main" optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" - -[package.dependencies] -six = "*" +python-versions = ">=3.6" [[package]] name = "yapf" @@ -799,7 +796,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "142bf925909b446bcd794259a4e1122c6c60f93eb0d713163f61b661efbfcb2f" +content-hash = "59468af2b41bbb7445a785fb7785619982925ae78523a31d76df4ff21fc8fbdb" [metadata.files] anyconfig = [ @@ -1224,8 +1221,8 @@ urllib3 = [ {file = "urllib3-1.26.4.tar.gz", hash = "sha256:e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937"}, ] websocket-client = [ - {file = "websocket-client-0.59.0.tar.gz", hash = "sha256:d376bd60eace9d437ab6d7ee16f4ab4e821c9dae591e1b783c58ebd8aaf80c5c"}, - {file = "websocket_client-0.59.0-py2.py3-none-any.whl", hash = "sha256:2e50d26ca593f70aba7b13a489435ef88b8fc3b5c5643c1ce8808ff9b40f0b32"}, + {file = "websocket-client-1.0.0.tar.gz", hash = "sha256:5051b38a2f4c27fbd7ca077ebb23ec6965a626ded5a95637f36be1b35b6c4f81"}, + {file = "websocket_client-1.0.0-py2.py3-none-any.whl", hash = "sha256:57f876f1af4731cacb806cf54d02f5fbf75dee796053b9a5b94fd7c1d9621db9"}, ] yapf = [ {file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"}, diff --git a/pyproject.toml b/pyproject.toml index 355eae0..a88835a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ python-dateutil = "2.8.1" python-json-logger = "2.0.1" requests = "2.25.1" "ruamel.yaml" = "0.17.4" -websocket_client = "0.59.0" +websocket_client = "1.0.0" zipp = "3.4.1" [tool.poetry.dev-dependencies]