From f058ef109e3d7e4cc666b0eaab813c65b7edb7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:46:06 +0000 Subject: [PATCH] Bump matplotlib from 3.9.2 to 3.9.3 in the actions group Bumps the actions group with 1 update: [matplotlib](https://github.com/matplotlib/matplotlib). Updates `matplotlib` from 3.9.2 to 3.9.3 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.9.3) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64bb008..dbd512a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] test = [ - "matplotlib==3.9.2", + "matplotlib==3.9.3", "pytest-cov==6.0.0", "pytest-mpl==0.17.0", "pytest==8.3.3",