From 73d286b072cbaff2c541d61dbd7a598a1b043a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:22:07 +0000 Subject: [PATCH] build(deps-dev): Bump mypy from 0.930 to 0.942 Bumps [mypy](https://github.com/python/mypy) from 0.930 to 0.942. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.930...v0.942) --- 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 8969b40..9f1779d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ tests = pytest-cov==3.0.0 pytest-mock==3.6.1 pylint==2.12.2 - mypy==0.930 + mypy==0.942 pytest-test-utils>=0.0.6 dev = %(tests)s