From bcbda11f9085468e6eee0fa3056272a29e0e9e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:37:08 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=2.1.0 to >=2.2.0 in /sdk 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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index c87e753..4d19b91 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pytest>=9.1.1", "pytest-cov>=7.1.0", "pytest-asyncio>=1.4.0", - "mypy>=2.1.0", + "mypy>=2.2.0", "mypy-protobuf>=5.1.0", "ruff>=0.15.21", "grpcio-tools>=1.81.1",