fix(deps): update dependency websocket_client to v1.4.1 (#379)

This commit is contained in:
renovate[bot] 2022-09-06 09:26:10 +02:00 committed by GitHub
parent 9a213d2afd
commit 60200964d3
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

@ -852,7 +852,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "websocket-client"
version = "1.4.0"
version = "1.4.1"
description = "WebSocket client for Python with low level API options"
category = "main"
optional = false
@ -886,7 +886,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "c91d05e4c8ee285ea991239579b773a4df9bc3584614afbe3683a2fa9f55ff50"
content-hash = "57d50f7ac1044bc716ea612974567cc34cc2ad085006aafeae4229e83cd11afe"
[metadata.files]
anyconfig = [
@ -1402,8 +1402,8 @@ urllib3 = [
{file = "urllib3-1.26.12.tar.gz", hash = "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"},
]
websocket-client = [
{file = "websocket-client-1.4.0.tar.gz", hash = "sha256:79d730c9776f4f112f33b10b78c8d209f23b5806d9a783e296b3813fc5add2f1"},
{file = "websocket_client-1.4.0-py3-none-any.whl", hash = "sha256:33ad3cf0aef4270b95d10a5a66b670a66be1f5ccf10ce390b3644f9eddfdca9d"},
{file = "websocket-client-1.4.1.tar.gz", hash = "sha256:f9611eb65c8241a67fb373bef040b3cf8ad377a9f6546a12b620b6511e8ea9ef"},
{file = "websocket_client-1.4.1-py3-none-any.whl", hash = "sha256:398909eb7e261f44b8f4bd474785b6ec5f5b499d4953342fe9755e01ef624090"},
]
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.4"
requests = "2.28.1"
"ruamel.yaml" = "0.17.21"
websocket_client = "1.4.0"
websocket_client = "1.4.1"
zipp = "3.8.1"
[tool.poetry.dev-dependencies]