From b62971f15cb7571013574f068bfb6c88deba161b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 07:44:38 +0000 Subject: [PATCH] chore(deps): update matplotlib requirement from >=3.7 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.7.0...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- binder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 77c743f..7226e5f 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -6,5 +6,5 @@ # pydantic, faker) — they install transitively via `pip install .` below. . -matplotlib>=3.7 +matplotlib>=3.10.9 scikit-learn>=1.3