From 0f2391c1cd6c0cd8c677613d125be65c07ab79f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 02:32:07 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from ~=0.960 to ~=0.961 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.960...v0.961) --- 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 a3ed13af..82d2c8de 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ recommonmark~=0.7.1 requests-mock~=1.9.3 Sphinx~=3.5.1 -mypy~=0.960 +mypy~=0.961 flake8~=4.0.1 black~=22.3.0 codespell~=2.1.0