From ffe42ede4b9a103af8232ba613c650808e785c23 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Oct 2024 01:31:47 +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 fb94226..954240c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ scipy = "~1.10" pytest = ">=6" flake8 = "^4.0.0" pytest-cov = "^4.1.0" -mypy = "^0.961" +mypy = "^1.12" ipython = "^8.2.0" black = "^22.3.0" syrupy = "^4.0.8"