diff --git a/requirements.txt b/requirements.txt index 574f0b0..b90a1a2 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.2.3,<1.3 +scalecodec>=1.2.4,<1.3 py-sr25519-bindings>=0.2.0,<1 py-ed25519-zebra-bindings>=1.0,<2 py-bip39-bindings>=0.1.9,<1 diff --git a/setup.py b/setup.py index cbc1c38..e60489d 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.2.3,<1.3', + 'scalecodec>=1.2.4,<1.3', 'py-sr25519-bindings>=0.2.0,<1', 'py-ed25519-zebra-bindings>=1.0,<2', 'py-bip39-bindings>=0.1.9,<1'