File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
opentelemetry-exporter-otlp-proto-grpc
opentelemetry-exporter-otlp-proto-http Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ asgiref==3.7.2
22attrs==23.2.0
33Deprecated==1.2.14
44flaky==3.7.0
5- googleapis-common-protos==1.62 .0
5+ googleapis-common-protos==1.63 .0
66grpcio==1.62.0
77importlib-metadata==6.11.0
88iniconfig==2.0.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ certifi==2024.2.2
44charset-normalizer==3.3.2
55Deprecated==1.2.14
66flaky==3.7.0
7- googleapis-common-protos==1.62 .0
7+ googleapis-common-protos==1.63 .0
88idna==3.6
99importlib-metadata==6.11.0
1010iniconfig==2.0.0
Original file line number Diff line number Diff line change @@ -141,14 +141,17 @@ commands_pre =
141141
142142 exporter-otlp-proto-common-0: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements-0.txt
143143 exporter-otlp-proto-common-1: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements-1.txt
144+ exporter-otlp-proto-common-2: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements-2.txt
144145
145146 exporter-otlp-combined: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp/test-requirements.txt
146147
147148 opentelemetry-exporter-otlp-proto-grpc-0: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-0.txt
148149 opentelemetry-exporter-otlp-proto-grpc-1: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-1.txt
150+ opentelemetry-exporter-otlp-proto-grpc-2: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-2.txt
149151
150152 opentelemetry-exporter-otlp-proto-http-0: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-0.txt
151153 opentelemetry-exporter-otlp-proto-http-1: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-1.txt
154+ opentelemetry-exporter-otlp-proto-http-2: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-2.txt
152155
153156 opentracing-shim: pip install -r {toxinidir}/shim/opentelemetry-opentracing-shim/test-requirements.txt
154157
You can’t perform that action at this time.
0 commit comments