From fb7ff467eda5bc99c390bf51e3dde025bb70a69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:27:29 +0000 Subject: [PATCH] Bump mypy from 1.9.0 to 1.10.0 (#173) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 681e17d..fb76fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ docs = [ "sphinx_mdinclude==0.6.0", ] dev = [ - "mypy==1.9.0", + "mypy==1.10.0", "pytest==8.1.0", "pytest-cov==5.0.0", "respx==0.21.0",