From 4bb9bf374260785ab3ffeb1622f5d5b5ab7be2e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 10:34:38 +0000 Subject: [PATCH] Bump mypy from 0.931 to 0.940 (#292) Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.940. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.931...v0.940) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 8fa8c1b..06b674f 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,5 +1,5 @@ setuptools-git==1.2 -mypy==0.931; implementation_name=="cpython" +mypy==0.940; implementation_name=="cpython" mypy-extensions==0.4.3; implementation_name=="cpython" -r ci-wheel.txt