From 7de77aea4e06d45e0d42f51af710b179dd9df350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:42:45 +0000 Subject: [PATCH] build(deps-dev): bump mypy in the linting group across 1 directory Bumps the linting group with 1 update in the / directory: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.20.2 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linting ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09c70ef..5af9c8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ lint = [ "radon==6.0.1", "xenon==0.9.3", - "mypy==1.20.2", + "mypy==2.1.0", "ruff==0.15.12", "pylint==4.0.5", "bandit==1.9.4",