From 11d53458e4c36b71964c812a23fb4293db6d22e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 08:07:14 +0100 Subject: [PATCH] Bump matplotlib from 3.8.1 to 3.8.2 (#2528) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.1...v3.8.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 54a128774e..a778d80135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.0", "autopep8==2.0.4", - "matplotlib==3.8.1", + "matplotlib==3.8.2", "scipy==1.10.1; python_version < '3.9'", # to support python 3.8 "scipy==1.11.3; python_version > '3.8'", "pandas==2.1.2", @@ -89,7 +89,7 @@ doc = [ "imageio==2.33.0", "jupyter_sphinx==0.4.0", "jupyterlab>=3.2.8", - "matplotlib==3.8.1", + "matplotlib==3.8.2", "numpydoc==1.6.0", "pandas==2.1.2", "plotly==5.18.0",