diff --git a/doc/changelog.d/3645.dependencies.md b/doc/changelog.d/3645.dependencies.md new file mode 100644 index 0000000000..7a52b24368 --- /dev/null +++ b/doc/changelog.d/3645.dependencies.md @@ -0,0 +1 @@ +build: bump grpcio from 1.68.1 to 1.69.0 in the grpc-deps group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1aeb4c21be..72406b169b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ doc = [ "ansys-mapdl-reader==0.54.2", "ansys-sphinx-theme==1.2.4", "ansys-tools-visualization-interface==0.6.2", - "grpcio==1.68.1", + "grpcio==1.69.0", "imageio-ffmpeg==0.5.1", "imageio==2.36.1", "jupyter_sphinx==0.5.3",