From 72e7754a66e1b22f18596432fd4adf485a447f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 03:13:02 +0000 Subject: [PATCH] Bump mypy from 0.971 to 0.981 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 0.981. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.971...v0.981) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f4aca85..d2fa9b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ console_scripts = [options.extras_require] dev = - mypy==0.971 + mypy==0.981 pre-commit==2.20.0 codecov==2.1.12 pytest==7.1.3