From 19674af06fe744589b7ec87aa9d5175d32400906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:41:35 +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.14.1...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 1138847..bc3330e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,4 +3,4 @@ pytest-cov >= 2.8.1 tox >= 3.9.0 flake8 >= 5.0.4 types-python-dateutil >= 2.8.19.14 -mypy >= 1.5 +mypy >= 1.14.1