From 9bae85161b049fbbd9faf9a496293c5abca4d725 Mon Sep 17 00:00:00 2001 From: "Daniel J. Beutel" Date: Tue, 7 Nov 2023 12:47:54 +0100 Subject: [PATCH] Upgrade mypy (#2566) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 261eacbf0c94..f1e1a6c403e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ clang-format = "==16.0.6" isort = "==5.11.5" black = { version = "==23.3.0", extras = ["jupyter"] } docformatter = "==1.7.5" -mypy = "==1.5.1" +mypy = "==1.6.1" pylint = "==2.13.9" flake8 = "==5.0.4" pytest = "==7.4.0"