From 23583d041709134176673c93291521b73e5548f7 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 17 Jul 2025 10:20:34 -0400 Subject: [PATCH] mypy: Bump to 1.17.0 Use mypy version 1.17.0. Change-Id: I8b653e42d10c7a3ad19525643c4591d337fefb1d 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 54d087843ac..ca9e7928689 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,6 +18,6 @@ SQLAlchemy-Utils>=0.37.8 # BSD License testtools>=2.4.0 # MIT doc8>=0.8.1 # Apache-2.0 -mypy>=1.7.0,<1.17.0 # MIT +mypy>=1.7.0,<1.18.0 # MIT moto>=5.0.0 # Apache-2.0 distro>=1.8.0 # Apache-2.0