diff --git a/Pipfile b/Pipfile index 27f8525e7c..af89d9820a 100644 --- a/Pipfile +++ b/Pipfile @@ -38,7 +38,7 @@ tqdm = "==4.66.2" url-normalize = {version="==1.4.3", python_version=">='3.6'"} urllib3 = "==2.2.1" wcwidth = "==0.2.13" -websocket-client = "==1.7.0" +websocket-client = "==1.8.0" wrapt = {version="==1.16.0", python_version=">='3.5'"} [requires] diff --git a/Pipfile.lock b/Pipfile.lock index 2dab668abe..d11c3f5ff6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "b2996a89981e39ac8df2807ad5d3bbe07e7891a99fa45d63dc3a0382394e0fde" + "sha256": "604377537f5e37b64915d7d6bf2efad49ea1e623d6f50741eeeac1e48af4f87c" }, "pipfile-spec": 6, "requires": { @@ -447,12 +447,12 @@ }, "websocket-client": { "hashes": [ - "sha256:10e511ea3a8c744631d3bd77e61eb17ed09304c413ad42cf6ddfa4c7787e8fe6", - "sha256:f4c3d22fec12a2461427a29957ff07d35098ee2d976d3ba244e688b8b4057588" + "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526", + "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==1.7.0" + "version": "==1.8.0" }, "wrapt": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index dfe8da6e6f..671e03eb2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,5 +33,5 @@ typing-extensions==4.11.0; python_version < '3.11' url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version >= '3.6' urllib3==2.2.1; python_version >= '3.8' wcwidth==0.2.13 -websocket-client==1.7.0; python_version >= '3.8' +websocket-client==1.8.0; python_version >= '3.8' wrapt==1.16.0; python_version >= '3.5' and python_version >= '3.6'