From 2cabba082d029241b49fe30a360983169c5c2994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:04:50 +0000 Subject: [PATCH] Bump mypy from 0.982 to 0.990 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] --- requirements/ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 69d24969..c6ab480a 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,7 +1,7 @@ build==0.9.0 coverage==6.5.0 cython==0.29.32 -mypy==0.982; implementation_name=="cpython" +mypy==0.990; implementation_name=="cpython" pre-commit==2.20.0 pytest==7.2.0 pytest-cov==4.0.0