From 275b11522b2c04ea9a6beab86198755c343b05d4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Jun 2022 03:00:44 +0000 Subject: [PATCH] module: update mypy to v0.961 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97df1ea..5f0243a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pyyaml = "6.0" requests = "~2.27" [tool.poetry.dev-dependencies] -mypy = "0.960" +mypy = "0.961" pylint = "~2.14" rope = "~1.1" types-PyYAML = "~6.0"