From 43eaf0e0262dc414f0f815f6ca22af462e7c0f8e Mon Sep 17 00:00:00 2001 From: ahiuchingau <20424172+ahiuchingau@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:18:16 -0500 Subject: [PATCH] update mypy --- state_manager/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state_manager/pyproject.toml b/state_manager/pyproject.toml index 575908d51..0194be012 100644 --- a/state_manager/pyproject.toml +++ b/state_manager/pyproject.toml @@ -14,7 +14,7 @@ pytest = "7.0.1" pytest-cov = "2.10.1" pytest-xdist = "~2.2.1" pytest-asyncio = "~=0.18" -mypy = "0.931" +mypy = "0.981" flake8 = "~4.0.1" flake8-annotations = "~2.7.0" flake8-docstrings = "~1.6.0"