From 2d83cb2d5f3375f3df9d606730817def79d90ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:22:30 +0000 Subject: [PATCH] Update mypy requirement from <2.2.0 to <2.3.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.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.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 5a9045d9491..96882d2d9ba 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.2.0", + "mypy<2.3.0", "python-snappy>=0.7.3", "ruff>=0.15.1", "setuptools>=82.0.0",