From 232f89af0e3d9b97b12c1923670384c63ba952c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:04:55 +0000 Subject: [PATCH] deps(python): update mypy requirement from >=2.1.0 to >=2.2.0 in /python 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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 41de27c..6b9a2cc 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -100,7 +100,7 @@ ignore_missing_imports = true dev = [ "hypothesis>=6.155.7", "maturin>=1.14.0", - "mypy>=2.1.0", + "mypy>=2.2.0", "opentelemetry-api>=1.43.0", "opentelemetry-exporter-otlp>=1.43.0", "opentelemetry-sdk>=1.43.0",