Skip to content

Commit

Permalink
Update eth-abi requirement from <3,>=2.1.1 to >=2.1.1,<6
Browse files Browse the repository at this point in the history
Updates the requirements on [eth-abi](https://github.com/ethereum/eth-abi) to permit the latest version.
- [Release notes](https://github.com/ethereum/eth-abi/releases)
- [Changelog](https://github.com/ethereum/eth-abi/blob/main/docs/release_notes.rst)
- [Commits](ethereum/eth-abi@v2.1.1...v5.1.0)

---
updated-dependencies:
- dependency-name: eth-abi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 9699960 commit 2ce0b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self):
install_requires=[
"pretix>=3.8.0",
"web3>=5.7.0",
"eth-abi>=2.1.1,<3",
"eth-abi>=2.1.1,<6",
"eth-typing>=2.2.1,<3",
"eth-utils>=1.8.4,<2",
"eth-hash[pycryptodome]>=0.3.1,<0.4",
Expand Down

0 comments on commit 2ce0b1f

Please sign in to comment.