From 1d08fb1b9948c394f38c116c62ed57bbe6db888f Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Thu, 13 Jun 2024 13:17:02 -0500 Subject: [PATCH] chore: bump eth-ape --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a30d37..a987929 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ include_package_data=True, install_requires=[ "py-solc-x>=2.0.2,<3", - "eth-ape>=0.8.1,<0.9", + "eth-ape>=0.8.4,<0.9", "ethpm-types", # Use the version ape requires "eth-pydantic-types", # Use the version ape requires "packaging", # Use the version ape requires