From 71878575b5273ec925c92c372928c5c38ec5e2b1 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 9 Jan 2025 18:20:53 -0500 Subject: [PATCH] Bump mypy to 1.14.1 (the latest) Change-Id: I85076d5171a4bd1c21a3db6cfb8fbe18974f9805 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5ba7bb92d..0b75f011d 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ commands = [testenv:pep8] deps = {[testenv]deps} - mypy==1.13.0 + mypy==1.14.1 commands = flake8 bash {toxinidir}/tools/check_samples.sh