diff --git a/doc/changelog.d/3270.dependencies.md b/doc/changelog.d/3270.dependencies.md new file mode 100644 index 0000000000..4b8a8f2ebb --- /dev/null +++ b/doc/changelog.d/3270.dependencies.md @@ -0,0 +1 @@ +build: bump grpcio from 1.64.1 to 1.65.0 in the grpc-deps group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b9d10cdce1..d93c7f3e75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.53.0", "ansys-sphinx-theme==0.16.6", - "grpcio==1.64.1", + "grpcio==1.65.0", "imageio-ffmpeg==0.5.1", "imageio==2.34.2", "jupyter_sphinx==0.5.3",