From 57aff90e9eb4ac1272a3b1dbf7970bdfe412a97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 17:52:13 +0000 Subject: [PATCH] Update mypy requirement from >=1.19.1 to >=2.1.0 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.19.1...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index e28e992b9..aec060a6a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,6 +2,6 @@ PyYAML>=3.10 pytest pytest-cov coverage -mypy>=1.19.1 +mypy>=2.1.0 types-markdown>=3.10.0.20251106 types-pyyaml>=6.0.12.20250915