From 3b85b188785697bfa18eb50c5ac4085adeb3ca63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 01:36:01 +0000 Subject: [PATCH] chore(deps): bump websocket-client from 1.5.1 to 1.6.1 Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.5.1 to 1.6.1. - [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.1) --- 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..96ae036 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.1 pyyaml==6.0 \ No newline at end of file