From ad3e0697b593fdd9d4a0e6b61f0f8ed294a3e72f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 04:19:04 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from ^0.760 to ^0.761 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.760...v0.761) 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 40a29097a7..56829f8679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ flake8 = "^3.6" pytest-cov = "^2.6" pytest-mock = "^1.10" codecov = "^2.0" -mypy = "^0.760" +mypy = "^0.761" mkdocs = "^1.0" mkdocs-material = "^4.1" isort = "^4.3.21"