From 24f1ba6573e837732f5c410c9b1e0f2e214cd7fb Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Sun, 26 Feb 2023 23:28:16 -0800 Subject: Require fastnumbers 5.0.1 or higher for mypy --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 10f9db9..210d06e 100644 --- a/tox.ini +++ b/tox.ini @@ -59,7 +59,7 @@ deps = hypothesis pytest pytest-mock - fastnumbers + fastnumbers>=5.0.1 typing_extensions commands = mypy --strict natsort tests -- cgit v1.2.1