From 321fe6166e2f9cfb71dae2a50bc8e7cd3f232f2a Mon Sep 17 00:00:00 2001 From: Dalena Date: Fri, 31 May 2024 15:39:06 -0500 Subject: [PATCH] chore: bump ape --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fba81375..e6ffae24 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ url="https://github.com/ApeWorX/ape-vyper", include_package_data=True, install_requires=[ - "eth-ape>=0.7.13,<0.8", + "eth-ape>=0.8.1,<0.9", "ethpm-types", # Use same version as eth-ape "tqdm", # Use same version as eth-ape "vvm>=0.2.0,<0.3",