From 91921c5ffcce78d97a61a156dbc0dd12b33d4be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 20:03:26 +0000 Subject: [PATCH] Bump mypy from 0.931 to 0.991 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.991. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.931...v0.991) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 87d71b96a7..c3a8c6970c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ matplotlib == 3.5.1 cvxpy == 1.1.18 pytest == 6.2.5 # For unit test pytest-xdist == 2.5.0 # For unit test -mypy == 0.931 # For unit test +mypy == 0.991 # For unit test flake8 == 4.0.1 # For unit test sphinx == 4.3.2 # For sphinx documentation sphinx_rtd_theme == 1.0.0