Skip to content

Commit 4f2b29c

Browse files
authored
Merge branch 'main' into xray-header-from-context-support
2 parents f76b467 + e35685b commit 4f2b29c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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.60.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.9.0"
1818
]
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grpcio==1.60.1
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.9.0

contract-tests/tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"grpcio==1.60.0",
1717
"docker==7.1.0",
1818
"mock-collector==1.0.0",
19-
"requests==2.32.2"
19+
"requests==2.32.4"
2020
]
2121

2222
[project.optional-dependencies]

package-lock.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)