fix(deps): update dependency websocket_client to v1.5.1 (#469)

This commit is contained in:
renovate[bot] 2023-02-08 12:11:52 +01:00 committed by GitHub
parent ca1db20838
commit 6d4ff66b3f
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

@ -1468,14 +1468,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "websocket-client"
version = "1.5.0"
version = "1.5.1"
description = "WebSocket client for Python with low level API options"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "websocket-client-1.5.0.tar.gz", hash = "sha256:561ca949e5bbb5d33409a37235db55c279235c78ee407802f1d2314fff8a8536"},
{file = "websocket_client-1.5.0-py3-none-any.whl", hash = "sha256:fb5d81b95d350f3a54838ebcb4c68a5353bbd1412ae8f068b1e5280faeb13074"},
{file = "websocket-client-1.5.1.tar.gz", hash = "sha256:3f09e6d8230892547132177f575a4e3e73cfdf06526e20cc02aa1c3b47184d40"},
{file = "websocket_client-1.5.1-py3-none-any.whl", hash = "sha256:cdf5877568b7e83aa7cf2244ab56a3213de587bbe0ce9d8b9600fc77b455d89e"},
]
[package.extras]
@ -1514,4 +1514,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "62759d10e88a246473f52c0e10cec7ac9b57bbdcc9a99992c6261a7767d64256"
content-hash = "8a78ba15e054cc95e78850bf036bbe47699c694632d4e6c47aac19e063b3f0ff"

View File

@ -54,7 +54,7 @@ python-dateutil = "2.8.2"
python-json-logger = "2.0.4"
requests = "2.28.2"
"ruamel.yaml" = "0.17.21"
websocket_client = "1.5.0"
websocket_client = "1.5.1"
zipp = "3.12.1"
[tool.poetry.dev-dependencies]