From 6229915f991981829d38ec12ebd355d39866e833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 12:30:53 +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 0d38524..a25ddde 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ VERSION = "1.0.20" REQUIRED = [ - "websockets==8.1", + "websockets==9.1", "scalecodec==1.0.19", "base58==2.0.1", "py-bip39-bindings==0.1.6",