From 0b4ec291f845688d427b28ac2a354cbac17aefd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:48:18 -0800 Subject: [PATCH] Bump mypy from 1.12.1 to 1.13.0 (#644) Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mypy_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy_requirements.txt b/mypy_requirements.txt index 938c65b9..7b25dff9 100644 --- a/mypy_requirements.txt +++ b/mypy_requirements.txt @@ -1,2 +1,2 @@ # Requirements to run mypy itself. Mypy executable exists in a separate venv. -mypy==1.12.1 +mypy==1.13.0