From 8520b0c26d3048fd9ca25ac75a81ed5d779c3e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 10:11:18 +0000 Subject: [PATCH] Bump websockets from 8.1 to 9.1 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 55c5541..b437e84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ pytest-mock==3.1.0 python-dotenv==0.13.0 scalecodec==1.0.19 #-e git+https://github.com/CodeForcer/py-scale-codec.git@patch#egg=scalecodec -websockets==8.1 +websockets==9.1 xxhash==1.4.3 diff --git a/setup.py b/setup.py index e8aa0bb..1897cbc 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ VERSION = "1.0.19" REQUIRED = [ - "websockets==8.1", + "websockets==9.1", "scalecodec==1.0.19", "base58==2.0.1", "py-bip39-bindings==0.1.6",