From 0e692ce01b99bfd8562dc50182aae831b5142d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 01:43:21 +0000 Subject: [PATCH] Bump mypy from 0.931 to 1.0.1 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.931...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 611e30f0e..fbec1deb8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ Flask>=1.1 -mypy==0.931 +mypy==1.0.1 mypy-extensions>=0.4.3 mypy-protobuf>=2.9 flake8>=3.7.9