From aacfe4b0be1d8d817fb36580e7c8c268250cb29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:50:33 +0000 Subject: [PATCH] pip-websocket: bump websocket-client Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.6.4 to 1.8.0. - [Release notes](https://github.com/websocket-client/websocket-client/releases) - [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog) - [Commits](https://github.com/websocket-client/websocket-client/compare/v1.6.4...v1.8.0) --- updated-dependencies: - dependency-name: websocket-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client-samples/python/websockets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-samples/python/websockets/requirements.txt b/client-samples/python/websockets/requirements.txt index 5177228..8b3d71c 100644 --- a/client-samples/python/websockets/requirements.txt +++ b/client-samples/python/websockets/requirements.txt @@ -1,2 +1,2 @@ msal==1.25.0 -websocket-client==1.6.4 \ No newline at end of file +websocket-client==1.8.0 \ No newline at end of file