Skip to content

Commit f5601c9

Browse files
authored
Update dependencies - v6 (#2342)
* Update dependencies * Add newsfragment for dep upgrades
1 parent 315c9fe commit f5601c9

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Update dependency requirements:
2+
- eth-utils
3+
- eth-abi
4+
- eth-tester
5+
- eth-account
6+
- eth-typing

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
extras_require = {
88
'tester': [
9-
"eth-tester[py-evm]==v0.6.0-beta.6",
9+
"eth-tester[py-evm]==v0.6.0-beta.5",
1010
"py-geth>=3.7.0,<4",
1111
],
1212
'linter': [
@@ -75,11 +75,11 @@
7575
include_package_data=True,
7676
install_requires=[
7777
"aiohttp>=3.7.4.post0,<4",
78-
"eth-abi>=2.0.0b6,<3.0.0",
79-
"eth-account>=0.5.7,<0.6.0",
78+
"eth-abi>=3.0.0,<4.0.0",
79+
"eth-account>=0.6.0,<0.7.0",
8080
"eth-hash[pycryptodome]>=0.2.0,<1.0.0",
81-
"eth-typing>=2.0.0,<3.0.0",
82-
"eth-utils>=1.9.5,<2.0.0",
81+
"eth-typing>=3.0.0,<4.0.0",
82+
"eth-utils>=2.0.0,<3.0.0",
8383
"hexbytes>=0.1.0,<1.0.0",
8484
"ipfshttpclient==0.8.0a2",
8585
"jsonschema>=4.0.0,<5",

0 commit comments

Comments
 (0)