From de90c32240eaa8cd40a22ffc8b24d8d893ad6863 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 19 Sep 2024 13:07:02 -0700 Subject: [PATCH] mypy-constrains.txt: bump mypy up to version 1.9 Ceph is still very behind on the version of mypy used in the various tox test dirs. Bump up to version 1.9 as it only requires a few trivial fixes to use. Signed-off-by: John Mulligan --- src/mypy-constrains.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mypy-constrains.txt b/src/mypy-constrains.txt index 7810870804ed2..0a79b8ef4f11d 100644 --- a/src/mypy-constrains.txt +++ b/src/mypy-constrains.txt @@ -2,7 +2,7 @@ # Unfortunately this means we have to manually update those # packages regularly. -mypy==1.1.1 +mypy==1.9 # global types-python-dateutil==0.1.3 -- 2.39.5