From 9f1d6f918b6159a2c4eb0e97424c5c885aaaeabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 15:18:26 +0100 Subject: [PATCH] module: update mypy to version 0.941 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version (#63). - [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:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e51856..3140966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pyyaml = "6.0" requests = "~2.27" [tool.poetry.dev-dependencies] -mypy = "0.931" +mypy = "0.941" pylint = "~2.12" rope = "~0.23" types-PyYAML = "~6.0"