From 6bd66f2b78f69e2dd21c3a9e19b443244ffd9dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:25:32 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=2.2.0 to >=2.3.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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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 c874c29..6ad8ddc 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.2.0", + "mypy>=2.3.0", "mypy-protobuf>=5.1.0", "ruff>=0.15.21", "grpcio-tools>=1.81.1",