From 64a3f656b1c543b7bd5568fd7579939abf834026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:50:10 +0000 Subject: [PATCH] Bump mypy from 0.812 to 0.910 in /ngraph/python Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.910. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.812...v0.910) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ngraph/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngraph/python/requirements_test.txt b/ngraph/python/requirements_test.txt index 0a63e05497ab05..6395afffbeea77 100644 --- a/ngraph/python/requirements_test.txt +++ b/ngraph/python/requirements_test.txt @@ -3,7 +3,7 @@ flake8-bugbear==21.4.3 flake8-comprehensions==3.3.0 flake8-docstrings==1.6.0 flake8-quotes==3.2.0 -mypy==0.812 +mypy==0.910 onnx==1.8.1 pydocstyle==5.1.1 pytest-xdist==2.2.1