Update asynctest to 0.4.0

This commit is contained in:
Mark Spanbroek 2023-06-22 10:22:03 +02:00 committed by markspanbroek
parent f0ac7065ed
commit 67c2d631d7
1 changed files with 1 additions and 1 deletions

View File

@ -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":