From 1800d74b5568633309a7bf49ac9ec0a571bccfb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:00:53 +0000 Subject: [PATCH] Bump mypy from 0.931 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.931...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... 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..9a3875ad16 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 == 1.1.1 # For unit test flake8 == 4.0.1 # For unit test sphinx == 4.3.2 # For sphinx documentation sphinx_rtd_theme == 1.0.0