From 9127c121da23065a9c2b5fafef15642b887ec10e Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 9 Jan 2025 18:09:36 -0500 Subject: [PATCH] Bump mypy to 1.14.1 (the latest) Change-Id: I5fdb45daf480646d56772a76d03ee36c0c0f46df --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3ca8a9262ef..fbabc99a3d1 100644 --- a/tox.ini +++ b/tox.ini @@ -140,7 +140,7 @@ deps = bandit>=1.7.5 # Apache-2.0 flake8-import-order>=0.18.2,<0.19.0 # LGPLv3 pylint==3.2.0 # GPLv2 - mypy==1.13.0 + mypy==1.14.1 commands= # If it is easier to add a check via a shell script, consider adding it in this file bash ./tools/misc-sanity-checks.sh