fix(deps): update dependency websocket_client to v1.6.3 (#586)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-18 08:45:39 +02:00 committed by GitHub
parent 544c0bf25b
commit fe27327da5
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

@ -1103,13 +1103,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "websocket-client"
version = "1.6.2"
version = "1.6.3"
description = "WebSocket client for Python with low level API options"
optional = false
python-versions = ">=3.8"
files = [
{file = "websocket-client-1.6.2.tar.gz", hash = "sha256:53e95c826bf800c4c465f50093a8c4ff091c7327023b10bfaff40cf1ef170eaa"},
{file = "websocket_client-1.6.2-py3-none-any.whl", hash = "sha256:ce54f419dfae71f4bdba69ebe65bf7f0a93fe71bc009ad3a010aacc3eebad537"},
{file = "websocket-client-1.6.3.tar.gz", hash = "sha256:3aad25d31284266bcfcfd1fd8a743f63282305a364b8d0948a43bd606acc652f"},
{file = "websocket_client-1.6.3-py3-none-any.whl", hash = "sha256:6cfc30d051ebabb73a5fa246efdcc14c8fbebbd0330f8984ac3bb6d9edd2ad03"},
]
[package.extras]
@ -1151,4 +1151,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "d671032b13597b0c06ebdd644e3958262657b770b3c6b963cdd305f60ad69936"
content-hash = "9d62c6c1a2dc011486d63609c723fdfcbdf842a0bbda82c5e6f07ea5bf140989"

View File

@ -53,7 +53,7 @@ python-dateutil = "2.8.2"
python-json-logger = "2.0.7"
requests = "2.31.0"
"ruamel.yaml" = "0.17.32"
websocket_client = "1.6.2"
websocket_client = "1.6.3"
zipp = "3.16.2"
[tool.poetry.scripts]