From 6873a5c3840c929c9b76b413cdbb29bd8ea9274b Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 30 Jan 2024 14:15:19 -0500 Subject: [PATCH] mypy-constrains.txt: bump mypy up to version 1.1.1 In PR #55255 I updated various files to be valid on newer versions of mypy. Update the constrains file to specify mypy 1.1.1. This certainly is not the newest version of mypy, but because ceph uses various older versions of python I am being cautious and trying to only incrementally update the mypy version. This version fixed an issue or two I hit while working on a prototype manager module compared to the previous version in the mypy-constrains.txt file. 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 a181a87bad4..7810870804e 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==0.981 +mypy==1.1.1 # global types-python-dateutil==0.1.3 -- 2.39.5