From bdec48a0fe624c80745dbf3c0f2a41c389e96218 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2019 04:28:14 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from ^0.710 to ^0.711 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.710...v0.711) 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 bc3c70005e..b975ec39c6 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.710" +mypy = "^0.711" mkdocs = "^1.0" mkdocs-material = "^4.1"