fix(deps): update dependency websocket_client to v1 (#96)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-05-18 09:08:51 +02:00 committed by GitHub
parent d0f0f2b9a5
commit 4aa8b4230c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 9 deletions

13
poetry.lock generated
View File

@ -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"},

View File

@ -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]