From 06f6e50c978dfbcd3c2bc867c033fa8f9d4df15b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 10:32:10 +0000 Subject: [PATCH] Bump websockets from 8.1 to 9.1 in /fisco_bcos_python_sdk Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1 to 9.1. - [Release notes](https://github.com/aaugustin/websockets/releases) - [Changelog](https://github.com/aaugustin/websockets/blob/9.1/docs/changelog.rst) - [Commits](https://github.com/aaugustin/websockets/compare/8.1...9.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fisco_bcos_python_sdk/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisco_bcos_python_sdk/requirements.txt b/fisco_bcos_python_sdk/requirements.txt index 63206da..f57a406 100644 --- a/fisco_bcos_python_sdk/requirements.txt +++ b/fisco_bcos_python_sdk/requirements.txt @@ -51,6 +51,6 @@ typing-extensions==3.7.4.3 urllib3==1.26.3 varint==1.0.2 web3==5.17.0 -websockets==8.1 +websockets==9.1 Werkzeug==1.0.1 zipp==3.4.0