From 1f96f56a5b9582724e508b0326c8f847429030f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 04:07:05 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20mypy=20requirement=20from?= =?UTF-8?q?=20^0.991=20to=20^1.4=20(#136)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.4.1) --- 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 2418452..e0e492c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pytest = "^7.0.1" black = "^22.10" isort = "^5.8.0" autoflake = "^2.0.0" -mypy = "^0.991" +mypy = "^1.4" [build-system] requires = ["poetry>=0.12"]