From 9198de2d1ccfc6cf4f25e4ff6078f462646743e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:06:08 +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: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor ... 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