From ee2830dbfbef7582f9e54e92bb0d05b393d07205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:38:35 +0000 Subject: [PATCH] chore(deps): bump matplotlib from 3.10.8 to 3.10.9 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.8 to 3.10.9. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 3194e7d..46638ba 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,7 +1,7 @@ pandas==3.0.2 numpy==2.4.4 requests==2.33.1 -matplotlib==3.10.8 +matplotlib==3.10.9 PyYAML==6.0.3 lightgbm==4.6.0 scikit-learn==1.8.0 diff --git a/requirements.txt b/requirements.txt index 837f90d..70b88b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pandas>=2.0 numpy>=1.24 requests>=2.31 -matplotlib>=3.8 +matplotlib>=3.10.9 PyYAML>=6.0 lightgbm>=4.3 scikit-learn>=1.4