From 2594fd08463d74abcc00e9517eaf397689d1ba41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 16:35:14 +0000 Subject: [PATCH] :arrow_up: bump websocket-client from 1.3.1 to 1.5.1 Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.3.1 to 1.5.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.3.1...v1.5.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 dbf104d..f93c69b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ sqlalchemy==1.3.24; python_version >= "3.6" and python_full_version >= "3.6.1" tabulate==0.8.9; python_full_version >= "3.6.1" typing-extensions==4.1.1; python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.6.1" urllib3==1.25.11; python_full_version >= "3.6.1" and python_version < "4" and python_version >= "3.6" -websocket-client==1.3.1; python_version >= "3.6" and python_full_version >= "3.6.1" +websocket-client==1.5.1; python_version >= "3.6" and python_full_version >= "3.6.1" werkzeug==2.0.3; python_version >= "3.6" and python_full_version >= "3.6.1" yarl==1.7.2; python_version >= "3.6" and python_full_version >= "3.6.1" zipp==3.7.0; python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.6.1"