diff --git a/doc/changelog.d/3345.dependencies.md b/doc/changelog.d/3345.dependencies.md new file mode 100644 index 0000000000..7c5203d58d --- /dev/null +++ b/doc/changelog.d/3345.dependencies.md @@ -0,0 +1 @@ +build: bump the core group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/3346.dependencies.md b/doc/changelog.d/3346.dependencies.md new file mode 100644 index 0000000000..181e8527ec --- /dev/null +++ b/doc/changelog.d/3346.dependencies.md @@ -0,0 +1 @@ +build: bump sphinx-gallery from 0.17.0 to 0.17.1 in the documentation group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 78f53e1cf8..cd562e80d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ tests = [ "ansys-dpf-core==0.10.1", "ansys-tools-visualization-interface==0.4.0", "autopep8==2.3.1", - "matplotlib==3.9.1", + "matplotlib==3.9.1.post1", "pandas==2.2.2", "pyansys-tools-report==0.7.3", "pyiges[full]==0.3.1", @@ -76,13 +76,13 @@ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.53.0", "ansys-tools-visualization-interface==0.4.0", - "ansys-sphinx-theme==0.16.6", "grpcio==1.65.4", + "ansys-sphinx-theme==1.0.2", "imageio-ffmpeg==0.5.1", "imageio==2.34.2", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", - "matplotlib==3.9.1", + "matplotlib==3.9.1.post1", "numpydoc==1.7.0", "pandas==2.2.2", "plotly==5.23.0", @@ -94,7 +94,7 @@ doc = [ "sphinx-autodoc-typehints==1.25.2", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.1", - "sphinx-gallery==0.17.0", + "sphinx-gallery==0.17.1", "sphinx-notfound-page==1.0.4", "sphinx==8.0.2", "sphinxcontrib-websupport==2.0.0",