Skip to content

Commit 29ced8f

Browse files
chore(deps-dev): update mypy-protobuf requirement in /sdk (#38)
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](nipunn1313/mypy-protobuf@v3.6.0...v5.1.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-version: 5.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6461761 commit 29ced8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dev = [
3333
"pytest-cov>=7.1.0",
3434
"pytest-asyncio>=1.3.0",
3535
"mypy>=2.0.0",
36-
"mypy-protobuf>=3.6",
36+
"mypy-protobuf>=5.1.0",
3737
"ruff>=0.15.12",
3838
"grpcio-tools>=1.80.0",
3939
]

0 commit comments

Comments
 (0)