From b277ab25c4948bae1b95270ba245177ddb3e4336 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 13 Dec 2023 14:14:27 -0600 Subject: [PATCH 1/4] chore: upgrade eip712 --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index 126690d7cf..ceb3ce3f0a 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ "packaging>=23.0,<24", "pandas>=1.3.0,<2", "pluggy>=1.3,<2", - "pydantic>=2.5.0,<3", + "pydantic>=2.5.2,<3", "pydantic-settings>=2.0.3,<3", "PyGithub>=1.59,<2", "pytest>=6.0,<8.0", @@ -115,14 +115,14 @@ "urllib3>=1.26.16", "watchdog>=3.0,<4", # ** Dependencies maintained by Ethereum Foundation ** - "eth-abi>=4.1.0,<5", - "eth-account>=0.8,<0.9", - "eth-typing>=3.4,<4", - "eth-utils>=2.2.0,<3", - "py-geth>=3.13.0,<4", - "web3[tester]>=6.11.4,<7", + "eth-abi>=4.2.1,<5", + "eth-account>=0.10.0,<0.11", + "eth-typing>=3.5.2,<4", + "eth-utils>=2.3.1,<3", + "py-geth>=4.0.0,<5", + "web3[tester]>=6.12.0,<7", # ** Dependencies maintained by ApeWorX ** - "eip712>=0.2.2,<0.3", + "eip712>=0.2.3,<0.4", "ethpm-types>=0.6.2,<0.7", "eth_pydantic_types>=0.1.0a4,<0.2", "evm-trace>=0.1.0", From da1c74d92695974fd9408355f7fef0d3986d3b4f Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 13 Dec 2023 14:34:34 -0600 Subject: [PATCH 2/4] chore: bump urllib3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ceb3ce3f0a..b13057df13 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ "SQLAlchemy>=1.4.35", "tqdm>=4.62.3,<5.0", "traitlets>=5.3.0", - "urllib3>=1.26.16", + "urllib3>=2.1.0,<3", "watchdog>=3.0,<4", # ** Dependencies maintained by Ethereum Foundation ** "eth-abi>=4.2.1,<5", From 769cf83f58ec51ed4569f285d87d88a5b2b7718c Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 13 Dec 2023 16:09:14 -0600 Subject: [PATCH 3/4] chore: delay py-geth upgrade --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b13057df13..f2f4aa05e2 100644 --- a/setup.py +++ b/setup.py @@ -119,7 +119,7 @@ "eth-account>=0.10.0,<0.11", "eth-typing>=3.5.2,<4", "eth-utils>=2.3.1,<3", - "py-geth>=4.0.0,<5", + "py-geth>=3.0.0,<4", "web3[tester]>=6.12.0,<7", # ** Dependencies maintained by ApeWorX ** "eip712>=0.2.3,<0.4", From 834b38d90196b9a203f0cb13bf2c03776fa7f4dc Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 13 Dec 2023 16:10:03 -0600 Subject: [PATCH 4/4] chore: delay py-geth upgrade --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2f4aa05e2..55c49b8b60 100644 --- a/setup.py +++ b/setup.py @@ -119,7 +119,7 @@ "eth-account>=0.10.0,<0.11", "eth-typing>=3.5.2,<4", "eth-utils>=2.3.1,<3", - "py-geth>=3.0.0,<4", + "py-geth>=3.13.0,<4", "web3[tester]>=6.12.0,<7", # ** Dependencies maintained by ApeWorX ** "eip712>=0.2.3,<0.4",