From b249cd2cc00c025601a118320da0ab30de41ea23 Mon Sep 17 00:00:00 2001 From: Arjan Zijderveld <5286904+arjanz@users.noreply.github.com> Date: Tue, 1 Feb 2022 12:57:12 +0100 Subject: [PATCH] Scalecodec version bump --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8054e79..ad8b468 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ eth-keys>=0.2.1,<1 eth_utils>=1.3.0,<3 pycryptodome>=3.11.0,<4 -scalecodec>=1.0.28,<2 +scalecodec>=1.0.30,<2 py-sr25519-bindings>=0.1.2,<1 py-ed25519-bindings>=1.0,<2 py-bip39-bindings>=0.1.8,<1 diff --git a/setup.py b/setup.py index 523aeba..266dc4c 100644 --- a/setup.py +++ b/setup.py @@ -187,7 +187,7 @@ 'eth-keys>=0.2.1,<1', 'eth_utils>=1.3.0,<3', 'pycryptodome>=3.11.0,<4', - 'scalecodec>=1.0.28,<2', + 'scalecodec>=1.0.30,<2', 'py-sr25519-bindings>=0.1.2,<1', 'py-ed25519-bindings>=1.0,<2', 'py-bip39-bindings>=0.1.8,<1'