From 85e00de888e8bc51ce2af0a0370e4a77d53a56b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 21:04:55 +0900 Subject: [PATCH] Bump mypy from 0.982 to 0.990 in /requirements (#744) Bumps [mypy](https://github.com/python/mypy) from 0.982 to 0.990. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.982...v0.990) --- 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 cc6ca162..889d182f 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.982 # For unit test +mypy == 0.990 # For unit test flake8 == 5.0.4 # For unit test