Skip to content

Commit 58eac10

Browse files
authored
fix(Deps): upgrade hexbytes to <=1.2.0 (#2672)
1 parent b95ac2f commit 58eac10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"eth-account>=0.11.3,<0.14",
119119
"eth-typing>=3.5.2,<6",
120120
"eth-utils>=2.1.0,<6",
121-
"hexbytes>=0.3.1,<2",
121+
"hexbytes>=1.2.0,<2",
122122
"py-geth>=5.4.0,<6",
123123
"trie>=3.0.1,<4", # Peer: stricter pin needed for uv support.
124124
"web3[tester]>=6.20.1,<8",

0 commit comments

Comments
 (0)