Skip to content

Commit adabd88

Browse files
emdnetoxrmx
authored andcommitted
grpc: bump grpcio version in test-requirements (open-telemetry#3140)
* grpc: bump grpcio version in test-requirements Signed-off-by: emdneto <[email protected]> * keep 1.62.0 test Signed-off-by: emdneto <[email protected]> * fix toxini Signed-off-by: emdneto <[email protected]> --------- Signed-off-by: emdneto <[email protected]>
1 parent ef614a6 commit adabd88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-grpc/test-requirements-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asgiref==3.8.1
22
Deprecated==1.2.14
3-
grpcio==1.63.0
3+
grpcio==1.66.2
44
iniconfig==2.0.0
55
packaging==24.0
66
pluggy==1.5.0

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ envlist =
265265
; The numbers at the end of the environment names
266266
; below mean these dependencies are being used:
267267
; 0: grpcio==1.62.0
268-
; 1: grpcio==1.63.0
268+
; 1: grpcio==1.66.2
269269
py3{8,9,10,11,12}-test-instrumentation-grpc-{0,1}
270270
lint-instrumentation-grpc
271271

0 commit comments

Comments
 (0)