From cea6ab617ad09ee1eac7c03a05695b5eb4c880c8 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Fri, 26 May 2023 10:15:40 -0400 Subject: [PATCH] Bump mypy to 1.7.0 mypy has now been moved to the requirements blacklist, so we can bump it up as desired. Change-Id: I6f17409e2beecc217d71bb2cdaa278e229280d0b --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 31485921405..231e73c7930 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,5 +18,5 @@ SQLAlchemy-Utils>=0.37.8 # BSD License testtools>=2.4.0 # MIT doc8>=0.8.1 # Apache-2.0 -mypy>=1.2.0 # MIT +mypy>=1.7.0 # MIT moto>=2.2.5 # Apache-2.0