From d8753ac00c117f3912fc7ae5428b54434ba1323f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:37:38 +0000 Subject: [PATCH] Chore(deps-dev): Update mypy requirement from <1.14 to <1.15 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.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05ae6fe8..27851cab 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def read(path): 'backports.zoneinfo<1; python_version<"3.9"', "certifi", "createcoverage>=1,<2", - "mypy<1.14", + "mypy<1.15", "poethepoet<0.32", "ruff<0.8", "stopit>=1.1.2,<2",