From 8f14488ec2f243e48222bc87923604a7d46c45af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 07:25:44 +0900 Subject: [PATCH] Bump mypy from 0.990 to 0.991 in /requirements (#751) Bumps [mypy](https://github.com/python/mypy) from 0.990 to 0.991. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.990...v0.991) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 889d182f..fa20768c 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -4,5 +4,5 @@ matplotlib == 3.6.2 cvxpy == 1.2.2 pytest == 7.2.0 # For unit test pytest-xdist == 3.0.2 # For unit test -mypy == 0.990 # For unit test +mypy == 0.991 # For unit test flake8 == 5.0.4 # For unit test