diff --git a/doc/changelog.d/653.documentation.md b/doc/changelog.d/653.documentation.md new file mode 100644 index 000000000..759cd2aef --- /dev/null +++ b/doc/changelog.d/653.documentation.md @@ -0,0 +1 @@ +Build: Bump pandas from 2.3.2 to 2.3.3 diff --git a/pyproject.toml b/pyproject.toml index 117bb9aea..39bd2a69a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ doc = [ "jupyter_sphinx==0.5.3", "matplotlib==3.10.6", "numpydoc==1.9.0", - "pandas==2.3.2", + "pandas==2.3.3", "Sphinx==8.1.3", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now "sphinxemoji==0.3.1", "sphinx-autodoc-typehints==3.0.1",