From f6bb5cbfbe06b821f425b1985df074715411710a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:14:09 +0000 Subject: [PATCH] Update mypy requirement from >= 1.5 to >=1.14.1 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/v1.5.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.14.1 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 8fd3918..1fa90be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pytest-cov = ">=5.0.0" tox = ">= 3.9.0" flake8 = ">=5.0.4" types-python-dateutil = ">= 2.8.19.14" -mypy = ">= 1.5" +mypy = ">=1.14.1" [build-system]