Skip to content

Commit 054ec07

Browse files
authored
Bump eht-utils to allow version 5 (#404)
1 parent c15d699 commit 054ec07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ xxhash>=1.3.0,<4
77
pytest>=4.4.0
88
ecdsa>=0.17.0,<1
99
eth-keys>=0.2.1,<1
10-
eth_utils>=1.3.0,<5
10+
eth_utils>=1.3.0,<6
1111
pycryptodome>=3.11.0,<4
1212
PyNaCl>=1.0.1,<2
1313

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
'xxhash>=1.3.0,<4',
186186
'ecdsa>=0.17.0,<1',
187187
'eth-keys>=0.2.1,<1',
188-
'eth_utils>=1.3.0,<5',
188+
'eth_utils>=1.3.0,<6',
189189
'pycryptodome>=3.11.0,<4',
190190
'PyNaCl>=1.0.1,<2',
191191
'scalecodec>=1.2.10,<1.3',

0 commit comments

Comments
 (0)