From d776e76ba532f2bb918dea4a3ee259375a184d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Feb 2022 20:31:06 +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 8af8d32..86b84a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ pytest-mock==3.1.0 python-dotenv==0.13.0 scalecodec==1.0.34 #-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 be33617..16e185f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ VERSION = "1.0.24" REQUIRED = [ - "websockets==8.1", + "websockets==9.1", "scalecodec==1.0.34", "base58==2.0.1", "py-bip39-bindings==0.1.6",