Skip to content

Commit 92f3d35

Browse files
committed
Use newer protobuf to avoid dependabot issues
1 parent baca55a commit 92f3d35

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
colorama>=0.4.6
2-
iniconfig>=2.0
2+
iniconfig>=2.0.0
33
packaging>=24.0
4-
pluggy>=1.5
5-
protobuf>=5.29
6-
pytest>=7.4
4+
pluggy>=1.5.0
5+
protobuf>=5.29.5
6+
pytest>=7.4.4
77
-e opentelemetry-api
88
-e tests/opentelemetry-test-utils
99
-e exporter/opentelemetry-exporter-otlp-proto-common

exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.oldest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pluggy==1.5.0
5959
# via
6060
# -r exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.in
6161
# pytest
62-
protobuf==5.29.1
62+
protobuf==5.29.5
6363
# via
6464
# -r exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.in
6565
# googleapis-common-protos

exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importlib-metadata==6.11.0
44
iniconfig==2.0.0
55
packaging==24.0
66
pluggy==1.5.0
7-
protobuf==5.26.1
7+
protobuf==5.29.5
88
py-cpuinfo==9.0.0
99
pytest==7.4.4
1010
tomli==2.0.1
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
colorama>=0.4.6
2-
iniconfig>=2.0
2+
iniconfig>=2.0.0
33
packaging>=24.0
4-
protobuf>=5.29
5-
pytest>=7.4
4+
protobuf>=5.29.5
5+
pytest>=7.4.4
66
-e opentelemetry-proto

opentelemetry-proto/test-requirements.oldest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packaging==25.0
1818
# pytest
1919
pluggy==1.6.0
2020
# via pytest
21-
protobuf==5.29.1
21+
protobuf==5.29.5
2222
# via
2323
# -r opentelemetry-proto/test-requirements.in
2424
# opentelemetry-proto

0 commit comments

Comments
 (0)