fix(deps): update dependency websocket_client to v1.2.0 (#147)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-11 20:42:49 +02:00 committed by GitHub
parent 17a2b2a086
commit 0b1838ac67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -770,7 +770,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "websocket-client"
version = "1.1.1"
version = "1.2.0"
description = "WebSocket client for Python with low level API options"
category = "main"
optional = false
@ -799,7 +799,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "9583c9f487e033d333b5fdcb9b8f1967cfbfe5cc1c72a1e43e6b59201d2bfa1a"
content-hash = "00474d1814461a76126a830541b954cf7b10093a6e32a7e9511fb25bf8be0e4a"
[metadata.files]
anyconfig = [
@ -1251,8 +1251,8 @@ urllib3 = [
{file = "urllib3-1.26.6.tar.gz", hash = "sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f"},
]
websocket-client = [
{file = "websocket-client-1.1.1.tar.gz", hash = "sha256:4cf754af7e3b3ba76589d49f9e09fd9a6c0aae9b799a89124d656009c01a261d"},
{file = "websocket_client-1.1.1-py2.py3-none-any.whl", hash = "sha256:8d07f155f8ed14ae3ced97bd7582b08f280bb1bfd27945f023ba2aceff05ab52"},
{file = "websocket-client-1.2.0.tar.gz", hash = "sha256:7665ba6c645989b28b61670874ab753e6929179e9fc90565ace6ac090f59c559"},
{file = "websocket_client-1.2.0-py2.py3-none-any.whl", hash = "sha256:d82a975bdd02216f7884cd18106a0d9896a9a9e8cc90f23fe8c81dc48da2f142"},
]
yapf = [
{file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"},

View File

@ -53,7 +53,7 @@ python-dateutil = "2.8.2"
python-json-logger = "2.0.2"
requests = "2.26.0"
"ruamel.yaml" = "0.17.10"
websocket_client = "1.1.1"
websocket_client = "1.2.0"
zipp = "3.5.0"
[tool.poetry.dev-dependencies]