mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
fix(deps): update dependency websocket_client to v1.3.2 (#284)
This commit is contained in:
parent
dfa1a95dda
commit
5a24e940ae
10
poetry.lock
generated
10
poetry.lock
generated
@ -843,11 +843,11 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "websocket-client"
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
description = "WebSocket client for Python with low level API options"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.extras]
|
||||
docs = ["Sphinx (>=3.4)", "sphinx-rtd-theme (>=0.5)"]
|
||||
@ -877,7 +877,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "3e3fcee6dd4ac1879e832333cbe528256eddd5e23023f88c44007baa105817d7"
|
||||
content-hash = "7503ba8f826295e5eb2a6f3376c350a072b87a13a1b8e6b347783a8e7d7a9c0b"
|
||||
|
||||
[metadata.files]
|
||||
anyconfig = [
|
||||
@ -1376,8 +1376,8 @@ urllib3 = [
|
||||
{file = "urllib3-1.26.8.tar.gz", hash = "sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c"},
|
||||
]
|
||||
websocket-client = [
|
||||
{file = "websocket-client-1.3.1.tar.gz", hash = "sha256:6278a75065395418283f887de7c3beafb3aa68dada5cacbe4b214e8d26da499b"},
|
||||
{file = "websocket_client-1.3.1-py3-none-any.whl", hash = "sha256:074e2ed575e7c822fc0940d31c3ac9bb2b1142c303eafcf3e304e6ce035522e8"},
|
||||
{file = "websocket-client-1.3.2.tar.gz", hash = "sha256:50b21db0058f7a953d67cc0445be4b948d7fc196ecbeb8083d68d94628e4abf6"},
|
||||
{file = "websocket_client-1.3.2-py3-none-any.whl", hash = "sha256:722b171be00f2b90e1d4fb2f2b53146a536ca38db1da8ff49c972a4e1365d0ef"},
|
||||
]
|
||||
yapf = [
|
||||
{file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"},
|
||||
|
@ -53,7 +53,7 @@ python-dateutil = "2.8.2"
|
||||
python-json-logger = "2.0.2"
|
||||
requests = "2.27.1"
|
||||
"ruamel.yaml" = "0.17.21"
|
||||
websocket_client = "1.3.1"
|
||||
websocket_client = "1.3.2"
|
||||
zipp = "3.7.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user