Skip to content

Commit b50e559

Browse files
build: upgrade grpcio and protobuf (#2258)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 6d62b4c commit b50e559

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade grpcio and protobuf

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)