diff --git a/doc/changelog.d/3986.miscellaneous.md b/doc/changelog.d/3986.miscellaneous.md new file mode 100644 index 00000000000..7e0012c4d74 --- /dev/null +++ b/doc/changelog.d/3986.miscellaneous.md @@ -0,0 +1 @@ +Build: bump pandas from 2.2.3 to 2.3.0 in the documentation group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ab206066241..71124a1f013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ tests = [ "ansys-tools-visualization-interface==0.9.2", "autopep8==2.3.2", "matplotlib==3.10.3", - "pandas==2.2.3", + "pandas==2.3.0", "pyansys-tools-report==0.8.2", "pyfakefs==5.8.0", "pyiges[full]==0.3.1", @@ -96,7 +96,7 @@ doc = [ "matplotlib==3.10.3", "nbformat==5.10.4", "numpydoc==1.8.0", - "pandas==2.2.3", + "pandas==2.3.0", "plotly==6.1.2", "pyiges[full]==0.3.1", "pypandoc==1.15",