From 7f859154a00ce27334ae89e45b2cb63e30e16eda Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Mon, 16 Dec 2024 21:26:19 -0600 Subject: [PATCH] fix: use new foundry --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9b487f..165425e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ "pytest-xdist", # multi-process runner "pytest-cov", # Coverage analyzer plugin "hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer - "ape-foundry>=0.8", # Used as the testing provider + "ape-foundry>=0.8.7", # Used as the testing provider "ape-solidity>=0.8", # Needed for compiling the Safe contracts ], "lint": [