diff --git a/doc/changelog.d/4205.dependencies.md b/doc/changelog.d/4205.dependencies.md new file mode 100644 index 00000000000..49da9e01878 --- /dev/null +++ b/doc/changelog.d/4205.dependencies.md @@ -0,0 +1 @@ +Bump the documentation group with 2 updates diff --git a/pyproject.toml b/pyproject.toml index 8a6e1d40092..3e1925d147e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ tests = [ "ansys-tools-visualization-interface==0.11.0", "autopep8==2.3.2", "matplotlib==3.10.5", - "pandas==2.3.1", + "pandas==2.3.2", "pyansys-tools-report==0.8.2", "pyfakefs==5.9.2", "pyiges[full]==0.3.2", @@ -98,8 +98,8 @@ doc = [ "matplotlib==3.10.5", "nbformat==5.10.4", "numpydoc==1.9.0", - "pandas==2.3.1", - "plotly==6.2.0", + "pandas==2.3.2", + "plotly==6.3.0", "pyiges[full]==0.3.2", "pypandoc==1.15", "pytest-sphinx==0.6.3",