From 9357b317625b2529a3ebf978e89f3be5d5d260ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:46:50 +0000 Subject: [PATCH] build(deps-dev): bump matplotlib from 3.8.0 to 3.8.1 (#315) 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 12d19cbc0..d8ee6b973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] tests = [ "pyvista==0.42.3", - "matplotlib==3.8.0", + "matplotlib==3.8.1", "numpy==1.26.1", "pytest==7.4.3", "pytest-cov==4.1.0", @@ -46,7 +46,7 @@ tests = [ ] doc = [ "recommonmark==0.7.1", - "matplotlib==3.8.0", + "matplotlib==3.8.1", "imageio==2.32.0", "imageio-ffmpeg==0.4.9", "pyvista==0.42.3",