From 897f610fd3fc6bcb35fd2d87a8d59f283417f052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 18:59:00 +0100 Subject: [PATCH] build(deps-dev): bump mypy from 0.910 to 0.930 (#405) Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.930. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...v0.930) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavi Moreno --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ffa8fc43..154b537e 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ pytest-timeout = "==2.0.2" mock = "==4.0.3" pre-commit = "==2.16.0" commitizen = "==2.20.3" -mypy = "==0.910" +mypy = "==0.930" flake8 = "==4.0.1" isort = "==5.10.1" controllerx = {path = ".", editable = true}