From 1d50e6713e227de3cf792f877b10d8ff86c27b78 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 11 Apr 2022 10:38:49 -0400 Subject: [PATCH] Bump mypy version to 0.942 Sync with the max version specified by openstack dependency constraints. This brings in a handful of fixes and features over 0.910. Change-Id: Ia074945de1003cd88f86018bb8cb5ef02d5c4500 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7fcd33a53..626c405e9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,4 +16,4 @@ pycodestyle==2.6.0 # MIT doc8>=0.8.1 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD bandit>=1.6.0,<1.7.0 # Apache-2.0 -mypy>=0.910 # MIT +mypy>=0.942 # MIT