From 7b48e4c2b12ee8175de6f4dc723f8d7464f02b6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:29:43 +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..3a4c49f 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.18.2" wemake-python-styleguide = "0.16.1" pytest = "^7.0.1"