fix(deps): update dependency websocket_client to v1.3.1 (#265)

This commit is contained in:
renovate[bot] 2022-02-28 09:03:30 +01:00 committed by GitHub
parent 94068ce963
commit 7e2c30fd27
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

@ -843,7 +843,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "websocket-client"
version = "1.2.3"
version = "1.3.1"
description = "WebSocket client for Python with low level API options"
category = "main"
optional = false
@ -877,7 +877,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "386fc4eade86a4ab33da82e078951160eb6feceb129b8483ef461f0b106d9cdc"
content-hash = "c2d90582931f2ec9550d1f0887a70e58dcb438d5ac92cfc2aed23498afa5da29"
[metadata.files]
anyconfig = [
@ -1376,8 +1376,8 @@ urllib3 = [
{file = "urllib3-1.26.8.tar.gz", hash = "sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c"},
]
websocket-client = [
{file = "websocket-client-1.2.3.tar.gz", hash = "sha256:1315816c0acc508997eb3ae03b9d3ff619c9d12d544c9a9b553704b1cc4f6af5"},
{file = "websocket_client-1.2.3-py3-none-any.whl", hash = "sha256:2eed4cc58e4d65613ed6114af2f380f7910ff416fc8c46947f6e76b6815f56c0"},
{file = "websocket-client-1.3.1.tar.gz", hash = "sha256:6278a75065395418283f887de7c3beafb3aa68dada5cacbe4b214e8d26da499b"},
{file = "websocket_client-1.3.1-py3-none-any.whl", hash = "sha256:074e2ed575e7c822fc0940d31c3ac9bb2b1142c303eafcf3e304e6ce035522e8"},
]
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.27.1"
"ruamel.yaml" = "0.17.21"
websocket_client = "1.2.3"
websocket_client = "1.3.1"
zipp = "3.7.0"
[tool.poetry.dev-dependencies]