From: John Mulligan Date: Thu, 19 Sep 2024 20:07:02 +0000 (-0700) Subject: mypy-constrains.txt: bump mypy up to version 1.9 X-Git-Tag: v20.0.0~850^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=de90c32240eaa8cd40a22ffc8b24d8d893ad6863;p=ceph.git 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 --- 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