From 9e00c8e8773acae8697607e8e3448a3cf85bc394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:53:52 +0000 Subject: [PATCH] Update mypy requirement from >=0.991,<1.5 to >=0.991,<1.6 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v0.991...v1.5.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24f63d0..503db8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ typing-extensions = "^4.4.0" pre-commit = "^2.20.0" Pillow = ">=9.3,<11.0" CairoSVG = "^2.5.2" -mypy = ">=0.991,<1.5" +mypy = ">=0.991,<1.6" [build-system] requires = ["poetry-core"]