From 6fc9e30b3b7ce6802573520e21ba7e3aa2978348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 17:22:30 +0000 Subject: [PATCH] Update mypy requirement from <1.20.0 to <1.21.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...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.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 04357905e0b..ae99a260fdf 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<1.20.0", + "mypy<1.21.0", "python-snappy>=0.7.3", "ruff>=0.15.1", "setuptools>=82.0.0",