From 2cca95da37b4d6c61b09848730d7258872294596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 20:47:11 +0200 Subject: [PATCH] Bump mypy from 0.931 to 0.941 (#33) Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.941. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.931...v0.941) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index 0528580..d776df1 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,7 +1,7 @@ black==22.1.0 flake8==4.0.1 isort==5.10.1 -mypy==0.931 +mypy==0.941 pre-commit==2.17.0 pydocstyle==6.1.1 pylint==2.12.2