From 5a24e940aee86d76b98b7050134034dcf3691807 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 20:51:30 +0200 Subject: [PATCH] fix(deps): update dependency websocket_client to v1.3.2 (#284) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 337a917..0241e01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index b5dfc8f..426d630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]