From f2e2e1722f4d3a57ce0cbaf61db2efa11d35f748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:42:05 -0500 Subject: [PATCH] fix(deps): Update pytest-mypy requirement from ==0.8.1 to ==0.10.3 (#249) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fff106b..d41f6f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ boto3 = ">=1.9.71,<2.0.0" coverage = ">=4.4" jsonpickle = ">1.4.1" pytest-cov = ">=2.4.0" -pytest-mypy = "==0.8.1" +pytest-mypy = "==0.10.3" mypy = "==0.910"