diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a30fe2cb..8382c9d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee - Bump `tj-actions/changed-files` from 39 to 40 ([#477](https://github.com/ansys/pymechanical/pull/477)) - Bump `plotly` from 5.17.0 to 5.18.0 ([#478](https://github.com/ansys/pymechanical/pull/478)) - Bump `pandas` from 2.1.1 to 2.1.3 ([#481](https://github.com/ansys/pymechanical/pull/481), [#494](https://github.com/ansys/pymechanical/pull/494)) -- Bump `matplotlib` from 3.8.0 to 3.8.1 ([#488](https://github.com/ansys/pymechanical/pull/488)) +- Bump `matplotlib` from 3.8.0 to 3.8.2 ([#488](https://github.com/ansys/pymechanical/pull/488), [#502](https://github.com/ansys/pymechanical/pull/502)) ## [0.10.4](https://github.com/ansys/pymechanical/releases/tag/v0.10.4) - October 6 2023 diff --git a/pyproject.toml b/pyproject.toml index d5c4f62c6..09a3c72a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ doc = [ "imageio==2.32.0", "jupyter_sphinx==0.4.0", "jupyterlab>=3.2.8", - "matplotlib==3.8.1", + "matplotlib==3.8.2", "numpy==1.26.2", "numpydoc==1.6.0", "pandas==2.1.3",