From 29994e022e48dcb8d7c9b883ad43f1c04f6f0b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 03:31:22 +0000 Subject: [PATCH] build(deps): bump matplotlib from 3.9.2 to 3.11.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.2 to 3.11.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.11.1) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-training.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-training.txt b/requirements-training.txt index 640a45e..99e32ea 100644 --- a/requirements-training.txt +++ b/requirements-training.txt @@ -1,6 +1,6 @@ -r requirements.txt # Optional dependencies used only by the training/evaluation notebooks. -matplotlib==3.9.2 +matplotlib==3.11.1 seaborn==0.13.2 scikit-learn==1.5.2