From ba7f77220a8d7c32dbac1359f710c619f7dfc1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 05:07:33 +0000 Subject: [PATCH] Update mypy requirement from ^0.901 to ^0.902 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.901...v0.902) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0857c85a..a17abae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true} [tool.poetry.dev-dependencies] -mypy = "^0.901" +mypy = "^0.902" pytest = ">=5.4.1,<7" pytest-cov = "^2.10.0" flake8 = "^3.7.9" -- 2.47.3