mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-25 05:30:39 +00:00
fix(deps): update dependency websocket_client to v1.6.0 (#544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c1a372ebd0
commit
aa20b9aa32
8
poetry.lock
generated
8
poetry.lock
generated
@ -1081,14 +1081,14 @@ zstd = ["zstandard (>=0.18.0)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "websocket-client"
|
name = "websocket-client"
|
||||||
version = "1.5.3"
|
version = "1.6.0"
|
||||||
description = "WebSocket client for Python with low level API options"
|
description = "WebSocket client for Python with low level API options"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "websocket-client-1.5.3.tar.gz", hash = "sha256:b96f3bce3e54e3486ebe6504bc22bd4c140392bd2eb71764db29be8f2639aa65"},
|
{file = "websocket-client-1.6.0.tar.gz", hash = "sha256:e84c7eafc66aade6d1967a51dfd219aabdf81d15b9705196e11fd81f48666b78"},
|
||||||
{file = "websocket_client-1.5.3-py3-none-any.whl", hash = "sha256:3566f8467cd350874c4913816355642a4942f6c1ed1e9406e3d42fae6d6c072a"},
|
{file = "websocket_client-1.6.0-py3-none-any.whl", hash = "sha256:72d7802608745b0a212f79b478642473bd825777d8637b6c8c421bf167790d4f"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
@ -1132,4 +1132,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "4e1bbcce0cfdf7fba3bc12e73d2432540356095d28ebf724c51c897e197d15f4"
|
content-hash = "90dd11f9adbd2678d0337cb0222dc0c312905482f412d7cde029ee896f2c3255"
|
||||||
|
@ -54,7 +54,7 @@ python-dateutil = "2.8.2"
|
|||||||
python-json-logger = "2.0.7"
|
python-json-logger = "2.0.7"
|
||||||
requests = "2.31.0"
|
requests = "2.31.0"
|
||||||
"ruamel.yaml" = "0.17.31"
|
"ruamel.yaml" = "0.17.31"
|
||||||
websocket_client = "1.5.3"
|
websocket_client = "1.6.0"
|
||||||
zipp = "3.15.0"
|
zipp = "3.15.0"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
|
Loading…
Reference in New Issue
Block a user