From 57f89075ed786b70500f5a3626885be41cf5e114 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 19 Aug 2025 11:01:54 -0400 Subject: [PATCH] Pin upper version of mypy Each time a new version of mypy is released, we need to update some code to fix the mypy gate job. Pin it and require a manual bump, like we do in the Cinder repo. Change-Id: I64eebcbbc1c66fd1076e433d29c6708dbbf027eb Signed-off-by: Eric Harney --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f906c69bd..1e2c73867 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,5 +16,5 @@ castellan>=3.10.0 # Apache-2.0 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.2.0 # MIT +mypy>=1.7.0,<1.19.0 # MIT eventlet>=0.30.1,!=0.32.0 # MIT