mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-10 15:00:40 +00:00
fix(deps): update dependency websocket_client to v1.5.0 (#465)
This commit is contained in:
parent
6bbc993e48
commit
fbcc0e3dfa
8
poetry.lock
generated
8
poetry.lock
generated
@ -1468,14 +1468,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "websocket-client"
|
||||
version = "1.4.2"
|
||||
version = "1.5.0"
|
||||
description = "WebSocket client for Python with low level API options"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "websocket-client-1.4.2.tar.gz", hash = "sha256:d6e8f90ca8e2dd4e8027c4561adeb9456b54044312dba655e7cae652ceb9ae59"},
|
||||
{file = "websocket_client-1.4.2-py3-none-any.whl", hash = "sha256:d6b06432f184438d99ac1f456eaf22fe1ade524c3dd16e661142dc54e9cba574"},
|
||||
{file = "websocket-client-1.5.0.tar.gz", hash = "sha256:561ca949e5bbb5d33409a37235db55c279235c78ee407802f1d2314fff8a8536"},
|
||||
{file = "websocket_client-1.5.0-py3-none-any.whl", hash = "sha256:fb5d81b95d350f3a54838ebcb4c68a5353bbd1412ae8f068b1e5280faeb13074"},
|
||||
]
|
||||
|
||||
[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 = "e291baeb273c0005a4c6aad2a5c0696774f9f0a4152142cee28937e0ad1f9b62"
|
||||
content-hash = "db6669363199bea8e86dbd1dafc0f21cc887cd9c19ec7d64ee4ab9bdf5457424"
|
||||
|
@ -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.4.2"
|
||||
websocket_client = "1.5.0"
|
||||
zipp = "3.12.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user