From 182f82a689e705347fca5972e5e070705253dfa8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 04:22:50 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from ^0.720 to ^0.730 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.720...v0.730) Signed-off-by: dependabot-preview[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd79ac2276..158bc368cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ flake8 = "^3.6" pytest-cov = "^2.6" pytest-mock = "^1.10" codecov = "^2.0" -mypy = "^0.720" +mypy = "^0.730" mkdocs = "^1.0" mkdocs-material = "^4.1"