From 82e7e4bea0e7cc269861909b6aeadecf2d85d6dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 14:03:51 +0000 Subject: [PATCH] Bump mypy from 0.930 to 0.931 --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 9ddbec0..34c04e3 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,4 +5,4 @@ pycodestyle==2.8.0 pydocstyle==6.1.1 flake8==4.0.1 mypy==0.812;python_version<"3.9" -mypy==0.930;python_version>"3.8" +mypy==0.931;python_version>"3.8"