diff --git a/poetry.lock b/poetry.lock index 88807e9..c3489f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -770,12 +770,16 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "websocket-client" -version = "1.2.0" +version = "1.2.1" description = "WebSocket client for Python with low level API options" category = "main" optional = false python-versions = ">=3.6" +[package.extras] +optional = ["python-socks", "wsaccel"] +test = ["websockets"] + [[package]] name = "yapf" version = "0.31.0" @@ -799,7 +803,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "00474d1814461a76126a830541b954cf7b10093a6e32a7e9511fb25bf8be0e4a" +content-hash = "b91b75d4af8a56520216310180b56d2dbcf218d8c0ef028b20a1996208a03ec0" [metadata.files] anyconfig = [ @@ -1251,8 +1255,8 @@ urllib3 = [ {file = "urllib3-1.26.6.tar.gz", hash = "sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f"}, ] websocket-client = [ - {file = "websocket-client-1.2.0.tar.gz", hash = "sha256:7665ba6c645989b28b61670874ab753e6929179e9fc90565ace6ac090f59c559"}, - {file = "websocket_client-1.2.0-py2.py3-none-any.whl", hash = "sha256:d82a975bdd02216f7884cd18106a0d9896a9a9e8cc90f23fe8c81dc48da2f142"}, + {file = "websocket-client-1.2.1.tar.gz", hash = "sha256:8dfb715d8a992f5712fff8c843adae94e22b22a99b2c5e6b0ec4a1a981cc4e0d"}, + {file = "websocket_client-1.2.1-py2.py3-none-any.whl", hash = "sha256:0133d2f784858e59959ce82ddac316634229da55b498aac311f1620567a710ec"}, ] yapf = [ {file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"}, diff --git a/pyproject.toml b/pyproject.toml index 5841eff..8465d49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.2.0" +websocket_client = "1.2.1" zipp = "3.5.0" [tool.poetry.dev-dependencies]