diff --git a/doc/changelog.d/1004.maintenance.md b/doc/changelog.d/1004.maintenance.md new file mode 100644 index 000000000..dbd883510 --- /dev/null +++ b/doc/changelog.d/1004.maintenance.md @@ -0,0 +1 @@ +Bump matplotlib from 3.9.3 to 3.10.0 in the doc group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1297b982c..de9d48da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ doc = [ "imageio==2.36.1", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", - "matplotlib==3.9.3", + "matplotlib==3.10.0", "numpy==2.2.0", "numpydoc==1.8.0", "pandas==2.2.3",