From 7061b2ac796196493b5c527f75cb82dec3190c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 11:18:18 +0200 Subject: [PATCH] fix(deps): update dependency websocket_client to v1.0.1 (#99) Co-authored-by: Renovate Bot --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 732421c..73927f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -767,7 +767,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "websocket-client" -version = "1.0.0" +version = "1.0.1" description = "WebSocket client for Python with low level API options" category = "main" optional = false @@ -796,7 +796,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "c7acf2ca4fe446eab1f665a7ce327089397c3982c809a534b1d436f0600b6e53" +content-hash = "9d75486d7d790a5cfdd03798813994fffec206263e780395eab006f3b7f2fe3a" [metadata.files] anyconfig = [ @@ -1221,8 +1221,8 @@ urllib3 = [ {file = "urllib3-1.26.5.tar.gz", hash = "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098"}, ] websocket-client = [ - {file = "websocket-client-1.0.0.tar.gz", hash = "sha256:5051b38a2f4c27fbd7ca077ebb23ec6965a626ded5a95637f36be1b35b6c4f81"}, - {file = "websocket_client-1.0.0-py2.py3-none-any.whl", hash = "sha256:57f876f1af4731cacb806cf54d02f5fbf75dee796053b9a5b94fd7c1d9621db9"}, + {file = "websocket-client-1.0.1.tar.gz", hash = "sha256:3e2bf58191d4619b161389a95bdce84ce9e0b24eb8107e7e590db682c2d0ca81"}, + {file = "websocket_client-1.0.1-py2.py3-none-any.whl", hash = "sha256:abf306dc6351dcef07f4d40453037e51cc5d9da2ef60d0fc5d0fe3bcda255372"}, ] yapf = [ {file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"}, diff --git a/pyproject.toml b/pyproject.toml index 79fc885..c3fe2d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ python-dateutil = "2.8.1" python-json-logger = "2.0.1" requests = "2.25.1" "ruamel.yaml" = "0.17.5" -websocket_client = "1.0.0" +websocket_client = "1.0.1" zipp = "3.4.1" [tool.poetry.dev-dependencies]