diff --git a/doc/changelog.d/3629.dependencies.md b/doc/changelog.d/3629.dependencies.md new file mode 100644 index 0000000000..7c5203d58d --- /dev/null +++ b/doc/changelog.d/3629.dependencies.md @@ -0,0 +1 @@ +build: bump the core group with 2 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b724ce12cd..43e8a400e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,9 +55,9 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.1", - "ansys-tools-visualization-interface==0.6.0", + "ansys-tools-visualization-interface==0.6.2", "autopep8==2.3.1", - "matplotlib==3.9.3", + "matplotlib==3.10.0", "pandas==2.2.3", "pyansys-tools-report==0.8.1", "pyfakefs==5.7.2", @@ -75,14 +75,14 @@ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.54.2", "ansys-sphinx-theme==1.2.3", - "ansys-tools-visualization-interface==0.6.0", + "ansys-tools-visualization-interface==0.6.2", "grpcio==1.68.1", "imageio-ffmpeg==0.5.1", "imageio==2.36.1", "jupyter_sphinx==0.5.3", "jupyter==1.1.1", "jupyterlab>=3.2.8", - "matplotlib==3.9.3", + "matplotlib==3.10.0", "nbformat==5.10.4", "numpydoc==1.8.0", "pandas==2.2.3",