From 748a7ce9df61caf220117555edc4c3d56df6344f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:04:01 +0000 Subject: [PATCH] Update matplotlib requirement from >=3.2.2 to >=3.10.9 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.2.2...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index dc5047a..2373d60 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ itsdangerous>=1.1.0 Jinja2>=2.11.2 #jsbeautifier>=1.14.0 MarkupSafe>=1.1.1 -matplotlib>=3.2.2 +matplotlib>=3.10.9 numpy>=1.19.1 pandas>=1.1.0 pickleshare>=0.7.5