From 6d0584919d74b0f2c382a61066b9b2904a534133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 17:22:31 +0000 Subject: [PATCH] Update mypy requirement from <2.1.0 to <2.2.0 in /lang/py 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/v0.1.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- lang/py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/py/pyproject.toml b/lang/py/pyproject.toml index 9af9f9bee35..5a9045d9491 100644 --- a/lang/py/pyproject.toml +++ b/lang/py/pyproject.toml @@ -77,7 +77,7 @@ warn_unused_ignores = true [dependency-groups] dev = [ "coverage>=7.13.4", - "mypy<2.1.0", + "mypy<2.2.0", "python-snappy>=0.7.3", "ruff>=0.15.1", "setuptools>=82.0.0",