From d78cf77b881a8da501cfae17d889ec9e281b0a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 01:21:12 +0000 Subject: [PATCH] Bump mypy from 2.1.0 to 2.3.1 Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.3.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cde1f0a..2610647 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "pytest-cov==7.1.0", "pytest-asyncio==1.4.0", "black==26.5.1", - "mypy==2.1.0", + "mypy==2.3.1", "pre-commit==4.6.1", "types-PyYAML==6.0.12.20260724", "types-Markdown==3.10.2.20260518",