From a2a6434a8771ab6574bd6bdb80911149afedcabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 07:10:51 +0000 Subject: [PATCH] build(deps-dev): Update mypy requirement from ^2.3.0 to ^2.3.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/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdd0efe3..542963a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ gitchangelog = "^3.0.4" [tool.poetry.group.test.dependencies] coverage= "^7.16.0" -mypy= "^2.3.0" +mypy= "^2.3.1" pre-commit = "^4.6.2" pytest-cov= "^7.0.0" pytest-mock= "^3.15.1"