From a0640c1a41acbecf2c20a3ab694d2bd34d3466ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:50:43 +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 cc3da5b..6cf8a77 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,4 +3,4 @@ tox >= 4.25.0 pytest-cov >= 5.0.0 flake8 >= 5.0.4 types-python-dateutil >= 2.9.0.20241206 -mypy >= 1.5 +mypy >= 1.14.1