From 63b4fa412026a1f2fe8ba08a71e6a27ea5e6f4c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:02:20 +0000 Subject: [PATCH] Chore(deps): Update mypy requirement from <1.12 to <1.14 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.1.0...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76c1ced..f11e149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ dependencies = [ [project.optional-dependencies] develop = [ "black<25", - "mypy<1.12", + "mypy<1.14", "poethepoet<1", "pyproject-fmt<2.3", "ruff<0.8",