File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1717 ANSRV_GEO_PORT : 700
1818 ANSRV_GEO_LICENSE_SERVER : ${{ secrets.LICENSE_SERVER }}
1919 GEO_CONT_NAME : ans_geo
20- RESET_IMAGE_CACHE : 5
20+ RESET_IMAGE_CACHE : 6
2121 IS_WORKFLOW_RUNNING : True
2222 ARTIFACTORY_VERSION : v261
2323
Original file line number Diff line number Diff line change 1+ Upgrade grpcio and protobuf
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies = [
3333 " matplotlib>=3,<4" ,
3434 " numpy>=1.20.3,<3" ,
3535 " Pint>=0.18,<1" ,
36- " protobuf>=3.20.2,<6 " ,
36+ " protobuf>=3.20.2,<7 " ,
3737 " requests>=2,<3" ,
3838 " scipy>=1.7.3,<2" ,
3939 " semver>=3,<4" ,
@@ -62,12 +62,12 @@ tests = [
6262 " beartype==0.21.0" ,
6363 " docker==7.1.0" ,
6464 " geomdl==5.4.0" ,
65- " grpcio==1.71 .0" ,
66- " grpcio-health-checking==1.71 .0" ,
65+ " grpcio==1.75 .0" ,
66+ " grpcio-health-checking==1.75 .0" ,
6767 " matplotlib==3.10.6" ,
6868 " numpy==2.2.6" ,
6969 " Pint==0.24.4" ,
70- " protobuf==5.29.3 " ,
70+ " protobuf==6.32.1 " ,
7171 " pygltflib==1.16.5" ,
7272 " pytest==8.4.2" ,
7373 " pytest-cov==6.3.0" ,
@@ -93,8 +93,8 @@ doc = [
9393 " beartype==0.21.0" ,
9494 " docker==7.1.0" ,
9595 " geomdl==5.4.0" ,
96- " grpcio==1.71 .0" ,
97- " grpcio-health-checking==1.71 .0" ,
96+ " grpcio==1.75 .0" ,
97+ " grpcio-health-checking==1.75 .0" ,
9898 " ipyvtklink==0.2.3" ,
9999 " jupyter_sphinx==0.5.3" ,
100100 " jupytext==1.17.3" ,
@@ -108,7 +108,7 @@ doc = [
108108 " panel==1.8.1" ,
109109 " pdf2image==1.17.0" ,
110110 " Pint==0.24.4" ,
111- " protobuf==5.29.3 " ,
111+ " protobuf==6.32.1 " ,
112112 " pygltflib==1.16.5" ,
113113 " pyvista[jupyter]==0.46.3" ,
114114 " quarto-cli==1.8.24" ,
You can’t perform that action at this time.
0 commit comments