From 832c1193beeb30e21b70570caacda924e4da3e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:27:26 +0000 Subject: [PATCH] Bump mypy from 0.961 to 0.982 in /tools Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.982. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.961...v0.982) --- 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 debc944e86e10f..7061a89cd6cc97 100644 --- a/tools/requirements_mypy.txt +++ b/tools/requirements_mypy.txt @@ -1,4 +1,4 @@ -mypy==0.961 +mypy==0.982 mypy-extensions==0.4.3 toml==0.10.2 typed-ast==1.5.4