Skip to content

Commit 2969469

Browse files
Bump protobuf in /contract-tests/images/mock-collector
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.2 to 4.25.8. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.25.2...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 779e89b commit 2969469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contract-tests/images/mock-collector/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"grpcio ~= 1.66.0",
1414
"opentelemetry-proto==1.25.0",
1515
"opentelemetry-sdk==1.25.0",
16-
"protobuf==4.25.2",
16+
"protobuf==4.25.8",
1717
"typing-extensions==4.12.2"
1818
]
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grpcio==1.66.2
22
opentelemetry-proto==1.25.0
33
opentelemetry-sdk==1.25.0
4-
protobuf==4.25.2
4+
protobuf==4.25.8
55
typing-extensions==4.12.2

0 commit comments

Comments
 (0)