From 1a91df38397e5d5952b97eb3d4c1c6c73257b22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:34:11 +0000 Subject: [PATCH] chore(deps): update matplotlib requirement from >=3.9.0 to >=3.10.8 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.9.0...v3.10.8) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3192638..5cf90af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "langchain>=0.3.0", # Updated for latest features "langdetect>=1.0.9", "librosa>=0.10.1", - "matplotlib>=3.9.0", # Updated for better performance + "matplotlib>=3.10.8", # Updated for better performance "numpy>=1.26.0", # Updated for better performance "openai>=1.55.0", # Updated for latest features "pandas>=2.2.0", # Updated for better performance