From fed2ffae2e52d52c59e2db1cc53490a03316183b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 17:51:46 +0000 Subject: [PATCH] Bump websockets from 5.0 to 9.1 in /et4_web3py_client Bumps [websockets](https://github.com/aaugustin/websockets) from 5.0 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/5.0...9.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- et4_web3py_client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/et4_web3py_client/requirements.txt b/et4_web3py_client/requirements.txt index 9186476..fa3804d 100644 --- a/et4_web3py_client/requirements.txt +++ b/et4_web3py_client/requirements.txt @@ -20,4 +20,4 @@ six==1.11.0 toolz==0.9.0 urllib3==1.24.2 web3==4.2.1 -websockets==5.0 \ No newline at end of file +websockets==9.1 \ No newline at end of file