From 3a0d426aa6971e1eea75e4b33049e0c1b8dfb503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:56:11 +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 536ff33..a694753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pytest-cov = ">=5.0.0" tox = ">= 3.9.0" flake8 = ">= 4.0.0" types-python-dateutil = ">= 2.8.19.14" -mypy = ">= 1.5" +mypy = ">=1.14.1" [build-system]