From bdd1d84443418e7ac0dec7ba238849efe8aff9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:45:20 +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 23a9b41..8f7acb5 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 ~= 4.0 twine ~= 6.1