mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 17:34:38 +08:00
grpc: bump grpcio version in test-requirements (#3140)
* grpc: bump grpcio version in test-requirements Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * keep 1.62.0 test Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * fix toxini Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --------- Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
asgiref==3.8.1
|
asgiref==3.8.1
|
||||||
Deprecated==1.2.14
|
Deprecated==1.2.14
|
||||||
grpcio==1.63.0
|
grpcio==1.66.2
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
packaging==24.0
|
packaging==24.0
|
||||||
pluggy==1.5.0
|
pluggy==1.5.0
|
||||||
|
2
tox.ini
2
tox.ini
@ -265,7 +265,7 @@ envlist =
|
|||||||
; The numbers at the end of the environment names
|
; The numbers at the end of the environment names
|
||||||
; below mean these dependencies are being used:
|
; below mean these dependencies are being used:
|
||||||
; 0: grpcio==1.62.0
|
; 0: grpcio==1.62.0
|
||||||
; 1: grpcio==1.63.0
|
; 1: grpcio==1.66.2
|
||||||
py3{8,9,10,11,12}-test-instrumentation-grpc-{0,1}
|
py3{8,9,10,11,12}-test-instrumentation-grpc-{0,1}
|
||||||
lint-instrumentation-grpc
|
lint-instrumentation-grpc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user