From 2241a07f6b2e7e13bff44c07fcae7ef382d25a89 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 10 Apr 2023 10:09:48 -0400 Subject: [PATCH] Bump mypy to 1.2.0 Change-Id: I128de9ac7195adb5fc1467607abe8c1f40f47d16 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 201930016..b8266683b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,5 +17,5 @@ pycodestyle==2.8.0 # MIT doc8>=0.8.1 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD bandit>=1.7.0,<1.8.0 # Apache-2.0 -mypy>=1.1.1 # MIT +mypy>=1.2.0 # MIT eventlet>=0.30.1,!=0.32.0 # MIT