From c57086056163415c0589adeb960b3cf7365247af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:08:49 +0000 Subject: [PATCH] Update mypy-protobuf requirement from ^3.0.0 to >=3,<5 Updates the requirements on [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) to permit the latest version. - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e535e99..bc2d807a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ ruff = ">=0.5.1,<0.14.10" types-toml = "^0.10.8.1" types-pytz = ">=2023.3,<2026.0" types-chardet = "^5.0.4.6" -mypy-protobuf = "^3.0.0" +mypy-protobuf = ">=3,<5" [tool.poetry.group.test.dependencies]