From 6e9a1e0d15750cd7c7868d4f7a7e00ab51defa09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:44:37 +0100 Subject: [PATCH] build(deps): bump mypy from 1.13.0 to 1.14.1 (#608) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1294973d..4d2bdddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ dev = [ "black==24.10.0", "coverage==7.6.8", - "mypy==1.13.0", + "mypy==1.14.1", "pre-commit==4.0.1", "pylint==3.3.1", "pytest==8.3.4",