From 5b7766a8b41e4322466dc785e7211e480039b0cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:56:45 +0000 Subject: [PATCH] Bump mypy from 0.961 to 1.5.0 in /tools Bumps [mypy](https://github.com/python/mypy) from 0.961 to 1.5.0. - [Commits](https://github.com/python/mypy/compare/v0.961...v1.5.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/requirements_mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements_mypy.txt b/tools/requirements_mypy.txt index 7ee915ddb125b6..5e3cd9d1a64ef0 100644 --- a/tools/requirements_mypy.txt +++ b/tools/requirements_mypy.txt @@ -1,4 +1,4 @@ -mypy==0.961 +mypy==1.5.0 mypy-extensions==0.4.3 toml==0.10.2 typed-ast==1.5.4