Skip to content

Commit

Permalink
Update eth-typing requirement from <3,>=2.2.1 to >=2.2.1,<5
Browse files Browse the repository at this point in the history
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@v2.2.1...v4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 9699960 commit 0d11a2b
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 @@ -55,7 +55,7 @@ def run(self):
"pretix>=3.8.0",
"web3>=5.7.0",
"eth-abi>=2.1.1,<3",
"eth-typing>=2.2.1,<3",
"eth-typing>=2.2.1,<5",
"eth-utils>=1.8.4,<2",
"eth-hash[pycryptodome]>=0.3.1,<0.4",
# Requests requires urllib3 <1.26.0. Can delete this later after
Expand Down

0 comments on commit 0d11a2b

Please sign in to comment.