fix(deps): update dependency websocket_client to v1.3.3 (#331)

This commit is contained in:
renovate[bot] 2022-06-20 21:04:42 +02:00 committed by GitHub
parent b88532308c
commit b4bb4a6b03
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

@ -844,7 +844,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "websocket-client"
version = "1.3.2"
version = "1.3.3"
description = "WebSocket client for Python with low level API options"
category = "main"
optional = false
@ -878,7 +878,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "3513cb526627d20006d84196305089b58fa31b86b87d2916bf90de300f6d4742"
content-hash = "2314f20a5ef7f386bee05e2c993fd39d27b9d38b228fcd4b2ac8297ec834c473"
[metadata.files]
anyconfig = [
@ -1378,8 +1378,8 @@ urllib3 = [
{file = "urllib3-1.26.9.tar.gz", hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"},
]
websocket-client = [
{file = "websocket-client-1.3.2.tar.gz", hash = "sha256:50b21db0058f7a953d67cc0445be4b948d7fc196ecbeb8083d68d94628e4abf6"},
{file = "websocket_client-1.3.2-py3-none-any.whl", hash = "sha256:722b171be00f2b90e1d4fb2f2b53146a536ca38db1da8ff49c972a4e1365d0ef"},
{file = "websocket-client-1.3.3.tar.gz", hash = "sha256:d58c5f284d6a9bf8379dab423259fe8f85b70d5fa5d2916d5791a84594b122b1"},
{file = "websocket_client-1.3.3-py3-none-any.whl", hash = "sha256:5d55652dc1d0b3c734f044337d929aaf83f4f9138816ec680c1aefefb4dc4877"},
]
yapf = [
{file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"},

View File

@ -53,7 +53,7 @@ python-dateutil = "2.8.2"
python-json-logger = "2.0.2"
requests = "2.28.0"
"ruamel.yaml" = "0.17.21"
websocket_client = "1.3.2"
websocket_client = "1.3.3"
zipp = "3.8.0"
[tool.poetry.dev-dependencies]