From d9e6d82fe256208e8729654430a35f76f1df2d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 22:19:25 +0000 Subject: [PATCH] Update mypy requirement from ~=0.961 to ~=0.971 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.961...v0.971) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 398dca971f..3ae8ed5ee6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ pylint~=2.14.5 pytest~=7.1.2 pytest-asyncio~=0.18.3 # pytest-order~=1.0.1 -mypy~=0.961 +mypy~=0.971 coverage~=6.4