From e0bb05bd54c9085eea6bd2651f56bdfc4d6205af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:50:52 -0600 Subject: [PATCH] Bump mypy from 1.11.2 to 1.13.0 (#910) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3beb46cb..d45c0528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ ci = [ dev = [ "async-timeout==5.0.1", "codecov==2.1.13", - "mypy==1.11.2", + "mypy==1.13.0", "packaging==24.1", "pre-commit>=3.5.0", "pytest==8.3.3",