From 4769c8d1da819a99f4d403583f5888204afd7dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:56:57 +0000 Subject: [PATCH] chore(deps): bump matplotlib from 3.10.1 to 3.10.7 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.1 to 3.10.7. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.1...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 0e01a42..5c11ae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "dacite==1.9.2", "ipykernel==6.26.0", "kubernetes==29.0.0", - "matplotlib==3.10.1", + "matplotlib==3.10.7", "pluggy==1.5.0", "python-dotenv==1.0.1", "pyyaml==6.0.2",