From 5c8543b266bfbf52471b733bba26629b79b2c623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:28:39 +0000 Subject: [PATCH] Chore(deps-dev): Update mypy requirement from <1.15 to <1.16 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.15.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 15591f88..12737e3d 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def read(path): 'backports.zoneinfo<1; python_version<"3.9"', "certifi", "createcoverage>=1,<2", - "mypy<1.15", + "mypy<1.16", "poethepoet<0.33", "ruff<0.10", "stopit>=1.1.2,<2",