From 77708cd7dd199f2cf795382adfa16b8b78753676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:36:12 -0300 Subject: [PATCH] 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> --- .../opentelemetry-instrumentation-grpc/test-requirements-1.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/opentelemetry-instrumentation-grpc/test-requirements-1.txt b/instrumentation/opentelemetry-instrumentation-grpc/test-requirements-1.txt index 7618e99df..278f27cb9 100644 --- a/instrumentation/opentelemetry-instrumentation-grpc/test-requirements-1.txt +++ b/instrumentation/opentelemetry-instrumentation-grpc/test-requirements-1.txt @@ -1,6 +1,6 @@ asgiref==3.8.1 Deprecated==1.2.14 -grpcio==1.63.0 +grpcio==1.66.2 iniconfig==2.0.0 packaging==24.0 pluggy==1.5.0 diff --git a/tox.ini b/tox.ini index eddd6c61e..9d79a11f8 100644 --- a/tox.ini +++ b/tox.ini @@ -265,7 +265,7 @@ envlist = ; The numbers at the end of the environment names ; below mean these dependencies are being used: ; 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} lint-instrumentation-grpc