fix(deps): update dependency websocket_client to v1.8.0 (#701)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-24 08:55:03 +02:00 committed by GitHub
parent 9596da32c9
commit 9f31bfdf9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1083,17 +1083,17 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "websocket-client"
version = "1.7.0"
version = "1.8.0"
description = "WebSocket client for Python with low level API options"
optional = false
python-versions = ">=3.8"
files = [
{file = "websocket-client-1.7.0.tar.gz", hash = "sha256:10e511ea3a8c744631d3bd77e61eb17ed09304c413ad42cf6ddfa4c7787e8fe6"},
{file = "websocket_client-1.7.0-py3-none-any.whl", hash = "sha256:f4c3d22fec12a2461427a29957ff07d35098ee2d976d3ba244e688b8b4057588"},
{file = "websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526"},
{file = "websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da"},
]
[package.extras]
docs = ["Sphinx (>=6.0)", "sphinx-rtd-theme (>=1.1.0)"]
docs = ["Sphinx (>=6.0)", "myst-parser (>=2.0.0)", "sphinx-rtd-theme (>=1.1.0)"]
optional = ["python-socks", "wsaccel"]
test = ["websockets"]
@ -1115,4 +1115,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "61bb343cc19a46a89400be347764a6cde9617fe82b6e9b32271eb2f6b2171280"
content-hash = "4b348beb99e194b29466b0ddb4f2b684908c1c93d28f9f33c604e5fbc6e0cf97"

View File

@ -50,7 +50,7 @@ python-dateutil = "2.9.0.post0"
python-json-logger = "2.0.7"
requests = "2.31.0"
"ruamel.yaml" = "0.18.6"
websocket_client = "1.7.0"
websocket_client = "1.8.0"
zipp = "3.18.1"
[tool.poetry.scripts]