From df93af8f0ece281b70f27e643ee5e8748ca7ddef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 15:32:27 +0000 Subject: [PATCH 1/2] Bump mypy from 0.812 to 0.910 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] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8e612b661..2fb7c863b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ Flask>=1.1 -mypy==0.812 +mypy==0.910 mypy-extensions>=0.4.3 flake8>=3.7.9 aiohttp>=3.6.2 From ec562c77880bd8d777b858682b356ba7259fbbd0 Mon Sep 17 00:00:00 2001 From: Charlie Stanley Date: Thu, 1 Jul 2021 08:57:26 -0700 Subject: [PATCH 2/2] Update mypy.ini configuration with new options for v0.910 --- mypy.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mypy.ini b/mypy.ini index 25aede3cd..85867f2d8 100644 --- a/mypy.ini +++ b/mypy.ini @@ -4,6 +4,8 @@ warn_unused_configs = True warn_redundant_casts = True show_error_codes = True check_untyped_defs = True +install_types = True +non_interactive = True files = dapr/actor/**/*.py,