Skip to content

Commit f4ab477

Browse files
Bump py-evm from 0.5.0a3 to 0.6.1a2
Bumps [py-evm](https://github.com/ethereum/py-evm) from 0.5.0a3 to 0.6.1a2. - [Release notes](https://github.com/ethereum/py-evm/releases) - [Changelog](https://github.com/ethereum/py-evm/blob/master/docs/release_notes.rst) - [Commits](ethereum/py-evm@v0.5.0-alpha.3...v0.6.1-alpha.2) --- updated-dependencies: - dependency-name: py-evm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab1ea78 commit f4ab477

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ eip712-structs==1.1.0
66
hexbytes==0.2.3
77
packaging
88
psycopg2-binary==2.9.3
9-
py-evm==0.5.0a3
9+
py-evm==0.6.1a2
1010
pysha3>=1.0.0
1111
requests==2.28.1
1212
typing-extensions==3.10.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cached-property>=1.5; python_version < '3.8'",
1313
"eip712_structs",
1414
"packaging",
15-
"py-evm==0.5.0a3",
15+
"py-evm==0.6.1a2",
1616
"pysha3>=1.0.0",
1717
"requests>=2",
1818
"typing-extensions>=3.10; python_version < '3.8'",

0 commit comments

Comments
 (0)