From 459917832075fa31175693b9c7f7d4dd81d6141b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 16:38:20 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40ecfb0..799a819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ black = "^22.1.0" flake8 = "^4.0.1" pytest = "^7.0.1" pytest-cov = "^3.0.0" -mypy = "^0.961" +mypy = "^0.971" pytest-mock = "^3.7.0" flake8-isort = "^4.1.1" asyncmock = {version = "^0.4.2", python = "<3.8"}