From e9f4a17d59f9290a1bec9a650353a2e0045e81fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 04:03:09 +0000 Subject: [PATCH] Bump mypy from 0.960 to 0.961 Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961. - [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 update-type: version-update:semver-minor ... 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 1c18dac0c..1f1f79de0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ coverage==6.4.1; python_version > '3.6' coverage==6.2; python_version <= '3.6' flake8==4.0.1 flake8-bugbear==22.4.25 -mypy==0.960 +mypy==0.961 pip pytest-runner==5.3.1 pytest==7.0.1