Skip to content

Commit 125914a

Browse files
Update hexbytes requirement from <1.3.0 to <1.4.0 (#1896)
Updates the requirements on [hexbytes](https://github.com/ethereum/hexbytes) to permit the latest version. - [Changelog](https://github.com/ethereum/hexbytes/blob/main/docs/release_notes.rst) - [Commits](ethereum/hexbytes@v0.1.0-alpha.1...v1.3.0) --- updated-dependencies: - dependency-name: hexbytes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikhil Parasaram <[email protected]>
1 parent 00b0182 commit 125914a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ py_ecc>=5.0.0
88
eth-abi>=5.1.0
99
eth-hash>=0.3.1,<0.8.0
1010
eth-utils>=2.0.0
11-
hexbytes<1.3.0
11+
hexbytes<1.4.0
1212
jinja2>=2.9
1313
MarkupSafe<3.1.0
1414
mypy-extensions==1.0.0

0 commit comments

Comments
 (0)