mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 12:10:40 +00:00
fix(deps): update dependency websocket_client to v1.0.1 (#99)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
3e94bd66fe
commit
7061b2ac79
8
poetry.lock
generated
8
poetry.lock
generated
@ -767,7 +767,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "websocket-client"
|
name = "websocket-client"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
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
|
||||||
@ -796,7 +796,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.6.0"
|
python-versions = "^3.6.0"
|
||||||
content-hash = "c7acf2ca4fe446eab1f665a7ce327089397c3982c809a534b1d436f0600b6e53"
|
content-hash = "9d75486d7d790a5cfdd03798813994fffec206263e780395eab006f3b7f2fe3a"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
anyconfig = [
|
anyconfig = [
|
||||||
@ -1221,8 +1221,8 @@ urllib3 = [
|
|||||||
{file = "urllib3-1.26.5.tar.gz", hash = "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098"},
|
{file = "urllib3-1.26.5.tar.gz", hash = "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098"},
|
||||||
]
|
]
|
||||||
websocket-client = [
|
websocket-client = [
|
||||||
{file = "websocket-client-1.0.0.tar.gz", hash = "sha256:5051b38a2f4c27fbd7ca077ebb23ec6965a626ded5a95637f36be1b35b6c4f81"},
|
{file = "websocket-client-1.0.1.tar.gz", hash = "sha256:3e2bf58191d4619b161389a95bdce84ce9e0b24eb8107e7e590db682c2d0ca81"},
|
||||||
{file = "websocket_client-1.0.0-py2.py3-none-any.whl", hash = "sha256:57f876f1af4731cacb806cf54d02f5fbf75dee796053b9a5b94fd7c1d9621db9"},
|
{file = "websocket_client-1.0.1-py2.py3-none-any.whl", hash = "sha256:abf306dc6351dcef07f4d40453037e51cc5d9da2ef60d0fc5d0fe3bcda255372"},
|
||||||
]
|
]
|
||||||
yapf = [
|
yapf = [
|
||||||
{file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"},
|
{file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"},
|
||||||
|
@ -53,7 +53,7 @@ python-dateutil = "2.8.1"
|
|||||||
python-json-logger = "2.0.1"
|
python-json-logger = "2.0.1"
|
||||||
requests = "2.25.1"
|
requests = "2.25.1"
|
||||||
"ruamel.yaml" = "0.17.5"
|
"ruamel.yaml" = "0.17.5"
|
||||||
websocket_client = "1.0.0"
|
websocket_client = "1.0.1"
|
||||||
zipp = "3.4.1"
|
zipp = "3.4.1"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user