Skip to content

Commit

Permalink
upgrade eth-account dependency requirement (#250)
Browse files Browse the repository at this point in the history
* Remove eth-account upper pin

* whitelist -> allowlist

* Add newsfragment
  • Loading branch information
kclowes authored Dec 15, 2022
1 parent 9b46298 commit e3f7e96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions newsfragments/250.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove upper pin on eth-account dependency
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
include_package_data=True,
install_requires=[
"eth-abi>=3.0.1",
"eth-account>=0.6.0,<0.8.0",
"eth-account>=0.6.0",
"eth-keys>=0.4.0,<0.5.0",
"eth-utils>=2.0.0,<3.0.0",
"rlp>=3.0.0,<4",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude= tests/*

[testenv]
usedevelop=True
whitelist_externals=
allowlist_externals=
/usr/bin/make
commands=
core: pytest {posargs:tests/core}
Expand Down

0 comments on commit e3f7e96

Please sign in to comment.