From fce33edaf19fd5c1c6fead66ecba806d1c815d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:26:07 +0000 Subject: [PATCH] build(deps): update mypy requirement from ~=1.5 to ~=2.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...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_ci.txt b/requirements_ci.txt index 7e8f43a..c68c656 100644 --- a/requirements_ci.txt +++ b/requirements_ci.txt @@ -2,7 +2,7 @@ codecov ~= 2.1 coverage ~= 7.2 flake518 ~= 1.6 -mypy ~= 1.5 +mypy ~= 2.1 pydocstyle ~= 6.3 pylint ~= 3.3; python_version < '3.10' pylint ~= 4.0; python_version >= '3.10'