From 9723e0b8b21d5642821e94ddc65d455ba8f6d0da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:30:52 +0000 Subject: [PATCH] Update mypy-protobuf requirement from ^3.0.0 to ^4.0.0 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a8572e..cfdbac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ types-redis = "^4.3.21.6" types-pytz = "^2023.3.0.0" black = "^23.1.0" types-chardet = "^5.0.4.6" -mypy-protobuf = "^3.0.0" +mypy-protobuf = "^4.0.0" [tool.autopep8]