From 7c5448a836ddfd82d0a184cd7f6f253a4d708e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 16:36:43 +0200 Subject: [PATCH] module: update mypy to version 0.901 module: update mypy requirement from 0.812 to 0.901 (#39) Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.812...v0.901) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cb52e4..04792f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,11 @@ pyyaml = "5.4.1" requests = "~2.25" [tool.poetry.dev-dependencies] -mypy = "0.812" +mypy = "0.901" pylint = "~2.8" rope = "~0.19" +types-PyYAML = "~0.1" +types-requests = "~0.1" yapf = "~0.31" [tool.yapf]