From 1d299ccc2a8158b3c3a468ee09ae6b0a68a27299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:43:55 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement in /python-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/v1.10.0...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python-sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index bf597d34..bad46292 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -33,7 +33,7 @@ nwc = [ dev = [ "pytest>=8.0", "pytest-asyncio>=0.23", - "mypy>=1.10", + "mypy>=1.20.2", "ruff>=0.5", "respx>=0.21", "cryptography>=42",