From 3422b4214b17e88b1191658d0cfb5fbd662c553a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 03:11:29 +0000 Subject: [PATCH] Bump mypy from 0.960 to 0.961 Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.960...v0.961) --- 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 dcc0af6..694d12f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ console_scripts = [options.extras_require] dev = - mypy==0.960 + mypy==0.961 pre-commit==2.19.0 codecov==2.1.12 pytest==7.1.2