Skip to content

Commit 7827ba8

Browse files
committed
Reverting dependabot upgrades
1 parent 312a362 commit 7827ba8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ def run(self):
5454
install_requires=[
5555
"pretix>=3.8.0",
5656
"web3>=5.7.0",
57-
"eth-abi>=2.1.1,<4",
58-
"eth-typing>=2.2.1,<4",
59-
"eth-utils>=1.8.4,<3",
57+
"eth-abi>=2.1.1,<3",
58+
"eth-typing>=2.2.1,<3",
59+
"eth-utils>=1.8.4,<2",
6060
"eth-hash[pycryptodome]>=0.3.1,<0.4",
6161
# Requests requires urllib3 <1.26.0. Can delete this later after
6262
# requests gets its act together.

0 commit comments

Comments
 (0)