From 48c5cf96f777c8b56b05b920de81ecf0f327ee0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:12:23 +0000 Subject: [PATCH] Bump mypy from 1.13.0 to 1.14.0 (#198) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb3fcf1..a2c79e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ docs = [ "sphinx_mdinclude==0.6.0", ] dev = [ - "mypy==1.13.0", + "mypy==1.14.0", "pytest==8.3.1", "pytest-cov==6.0.0", "respx==0.22.0",