Skip to content

Commit 92cd552

Browse files
Chore(deps): Update eth-typing requirement from ~=4.0 to ~=5.2
Updates the requirements on [eth-typing](https://github.com/ethereum/eth-typing) to permit the latest version. - [Changelog](https://github.com/ethereum/eth-typing/blob/main/docs/release_notes.rst) - [Commits](ethereum/eth-typing@v4.0.0...v5.2.0) --- updated-dependencies: - dependency-name: eth-typing dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a006684 commit 92cd552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"cosmospy==6",
4040
"dataclasses-json==0.5.6",
4141
"eth-account==0.10",
42-
"eth-typing~=4.0",
42+
"eth-typing~=5.2",
4343
"gunicorn==23.0.0",
4444
"hexbytes==0.2.2",
4545
"msgpack==1.0.8", # required by aiocache

0 commit comments

Comments
 (0)