From 711ab11e3be5050ffd08ef016a0b5bee0dc951a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 01:38:58 +0000 Subject: [PATCH] Bump mypy from 0.812 to 0.931 in /tools Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.931. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.812...v0.931) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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 cadabf92cd3b56..00a8cf2316a0c5 100644 --- a/tools/requirements_mypy.txt +++ b/tools/requirements_mypy.txt @@ -1,3 +1,3 @@ -mypy==0.812 +mypy==0.931 mypy-extensions==0.4.3 typed-ast==1.4.3