diff --git a/doc/changelog.d/3322.dependencies.md b/doc/changelog.d/3322.dependencies.md new file mode 100644 index 0000000000..7744570c75 --- /dev/null +++ b/doc/changelog.d/3322.dependencies.md @@ -0,0 +1 @@ +build: bump grpcio from 1.65.1 to 1.65.2 in the grpc-deps group \ No newline at end of file diff --git a/doc/changelog.d/3323.dependencies.md b/doc/changelog.d/3323.dependencies.md new file mode 100644 index 0000000000..a3da3e9cb7 --- /dev/null +++ b/doc/changelog.d/3323.dependencies.md @@ -0,0 +1 @@ +build: bump ansys-tools-visualization-interface from 0.3.0 to 0.4.0 in the core group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e0a0ad58bc..bcef3bfb54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.1", - "ansys-tools-visualization-interface==0.3.0", + "ansys-tools-visualization-interface==0.4.0", "autopep8==2.3.1", "matplotlib==3.9.1", "pandas==2.2.2", @@ -75,9 +75,9 @@ tests = [ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.53.0", - "ansys-tools-visualization-interface==0.3.0", + "ansys-tools-visualization-interface==0.4.0", "ansys-sphinx-theme==0.16.6", - "grpcio==1.65.1", + "grpcio==1.65.2", "imageio-ffmpeg==0.5.1", "imageio==2.34.2", "jupyter_sphinx==0.5.3",