From c54347e265b8650df5f6b150fe041dc36f0bdc25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:55:06 +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..652ae49 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.9.0" wemake-python-styleguide = "0.16.1" pytest = "^7.0.1"