From 891f9093176ec865ffee2e012499b2c3c76f79e7 Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Sun, 17 Sep 2023 17:21:23 -0400 Subject: [PATCH] Update Python mypy package to 1.5.1 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 72a0946..cba8fc6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,5 +3,5 @@ coverage==7.3.1 # Test coverage ruff==0.0.280 # Python linting # Type checking -mypy==1.4.1 # Static typing +mypy==1.5.1 # Static typing types-setuptools==68.0.0.3 # Type stubs for setuptools module