From ad54d48f12e1a02c60746d7e54a570745386dc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:01:16 +0530 Subject: [PATCH] Bump mypy from 0.812 to 0.910 (#5283) Bumps [mypy](/~https://github.com/python/mypy) from 0.812 to 0.910. - [Release notes](/~https://github.com/python/mypy/releases) - [Commits](/~https://github.com/python/mypy/compare/v0.812...v0.910) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akshita Bhagia --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 960fd6051ca..a1cc31f4c4c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ flake8 # Static type checking -mypy==0.812 +mypy==0.910 # Automatic code formatting black==21.6b0