diff --git a/doc/changelog.d/3565.dependencies.md b/doc/changelog.d/3565.dependencies.md new file mode 100644 index 0000000000..2d3173248c --- /dev/null +++ b/doc/changelog.d/3565.dependencies.md @@ -0,0 +1 @@ +build: bump grpcio from 1.67.1 to 1.68.0 in the grpc-deps group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7063ddf067..05d46dd4dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ doc = [ "ansys-mapdl-reader==0.54.1", "ansys-tools-visualization-interface==0.5.0", "ansys-sphinx-theme==1.2.1", - "grpcio==1.67.1", + "grpcio==1.68.0", "imageio-ffmpeg==0.5.1", "imageio==2.36.0", "jupyter==1.1.1",