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.1.1 (#144)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d774fde984
commit
ee99a6bf68
8
poetry.lock
generated
8
poetry.lock
generated
@ -770,7 +770,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "websocket-client"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
description = "WebSocket client for Python with low level API options"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -799,7 +799,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.6.0"
|
||||
content-hash = "43c8640f26dea73ca7bb36d6fbb47f5d4463a48b311a93a17773d0df20511647"
|
||||
content-hash = "9583c9f487e033d333b5fdcb9b8f1967cfbfe5cc1c72a1e43e6b59201d2bfa1a"
|
||||
|
||||
[metadata.files]
|
||||
anyconfig = [
|
||||
@ -1251,8 +1251,8 @@ urllib3 = [
|
||||
{file = "urllib3-1.26.6.tar.gz", hash = "sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f"},
|
||||
]
|
||||
websocket-client = [
|
||||
{file = "websocket-client-1.1.0.tar.gz", hash = "sha256:b68e4959d704768fa20e35c9d508c8dc2bbc041fd8d267c0d7345cffe2824568"},
|
||||
{file = "websocket_client-1.1.0-py2.py3-none-any.whl", hash = "sha256:e5c333bfa9fa739538b652b6f8c8fc2559f1d364243c8a689d7c0e1d41c2e611"},
|
||||
{file = "websocket-client-1.1.1.tar.gz", hash = "sha256:4cf754af7e3b3ba76589d49f9e09fd9a6c0aae9b799a89124d656009c01a261d"},
|
||||
{file = "websocket_client-1.1.1-py2.py3-none-any.whl", hash = "sha256:8d07f155f8ed14ae3ced97bd7582b08f280bb1bfd27945f023ba2aceff05ab52"},
|
||||
]
|
||||
yapf = [
|
||||
{file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"},
|
||||
|
@ -53,7 +53,7 @@ python-dateutil = "2.8.2"
|
||||
python-json-logger = "2.0.2"
|
||||
requests = "2.26.0"
|
||||
"ruamel.yaml" = "0.17.10"
|
||||
websocket_client = "1.1.0"
|
||||
websocket_client = "1.1.1"
|
||||
zipp = "3.5.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user