From 7a039dfc513d92331fb77fdc08cb5e4139d1b2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:27:45 +0000 Subject: [PATCH] Bump matplotlib from 3.10.3 to 3.10.7 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.3 to 3.10.7. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.3...v3.10.7) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90b92bf..b8b3a98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "matplotlib==3.10.3", + "matplotlib==3.10.7", "pyperf==2.9.0", "rich==14.0.0", "rich-argparse==1.7.1",