From dbec8fdae6c0ac8ace246d58aefd44b4f4c44d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:53:54 +0000 Subject: [PATCH] Bump mypy from 1.6.0 to 2.1.0 Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 936a8d1..2d15229 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ # Source of truth: pyproject.toml (though dev deps may not be fully specified there) ruff==0.15.16 flake8~=7.3 -mypy==1.6.0 +mypy==2.1.0 pytest>=9.0.3 pytest-cov~=6.0 pre-commit~=3.5