From 79f4e9f9c53cadbba10b72cd9a37f60c08a68721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 05:43:45 +0000 Subject: Update mypy requirement from ^0.781 to ^0.782 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.781...v0.782) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 3bd4a59..0372a6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ sniffio = {version="^1.1", optional=true} pytest-cov = "^2.10.0" [tool.poetry.dev-dependencies] -mypy = "^0.781" +mypy = "^0.782" pytest = "^5.4.1" flake8 = "^3.7.9" sphinx = "^3.0.0" -- cgit v1.2.1