From 6b0090d2423c86d6dad04b2574a70a4aa52d452c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 03:56:36 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 179ecc7..2392285 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pybotx-smartapp-rpc = ">=0.5.0,<0.6.0" black = "22.3.0" isort = "^4.3" autoflake = "^1.4" -mypy = "0.910" +mypy = "1.12.1" wemake-python-styleguide = "0.16.1" pytest = "^7.0.1"