From 67c2d631d718970ffcaa89cfd4d8e7d40b0ef7f6 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 22 Jun 2023 10:22:03 +0200 Subject: [PATCH] Update asynctest to 0.4.0 --- testmodule/test.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule/test.nimble b/testmodule/test.nimble index 71dc377..1f2bb5e 100644 --- a/testmodule/test.nimble +++ b/testmodule/test.nimble @@ -3,7 +3,7 @@ author = "Nim Ethers Authors" description = "Tests for Nim Ethers library" license = "MIT" -requires "asynctest >= 0.3.2 & < 0.4.0" +requires "asynctest >= 0.4.0 & < 0.5.0" requires "questionable >= 0.10.3 & < 0.11.0" task test, "Run the test suite":