From 4408da36a289e25d373b9a52ba7019b62514ef53 Mon Sep 17 00:00:00 2001 From: Arjan Zijderveld <5286904+arjanz@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:00:48 +0200 Subject: [PATCH] Scalecodec version bump to 1.0.39 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a709f2d..d18be97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ eth_utils>=1.3.0,<3 pycryptodome>=3.11.0,<4 PyNaCl>=1.0.1,<2 -scalecodec>=1.0.37,<2 +scalecodec>=1.0.39,<2 py-sr25519-bindings>=0.1.4,<1 py-ed25519-bindings>=1.0,<2 py-bip39-bindings>=0.1.9,<1 diff --git a/setup.py b/setup.py index 0b5080f..23db37f 100644 --- a/setup.py +++ b/setup.py @@ -188,7 +188,7 @@ 'eth_utils>=1.3.0,<3', 'pycryptodome>=3.11.0,<4', 'PyNaCl>=1.0.1,<2', - 'scalecodec>=1.0.37,<2', + 'scalecodec>=1.0.39,<2', 'py-sr25519-bindings>=0.1.4,<1', 'py-ed25519-bindings>=1.0,<2', 'py-bip39-bindings>=0.1.9,<1'