From 83faea91f8e2c23d3d37a80bfaf99ce95337ca91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 02:02:06 +0000 Subject: [PATCH] chore(deps): bump websocket-client from 1.5.1 to 1.6.0 Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.5.1 to 1.6.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.5.1...v1.6.0) --- updated-dependencies: - dependency-name: websocket-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a2c5f6..6a7cb86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ paramiko==3.1.0 pywin32==306; sys_platform == 'win32' requests==2.30.0 urllib3==2.0.2 -websocket-client==1.5.1 +websocket-client==1.6.0 pyyaml==6.0 \ No newline at end of file