From a8b0220de8096e2786413e18852421fcd33806bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:02:47 +0000 Subject: [PATCH] Update matplotlib requirement from >=3.1.0 to >=3.9.4 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.1.0...v3.9.4) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f807cae..de632ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ psd_tools>=1.8.16 docopt>=0.6.2 numpy>=1.16.4 seaborn>=0.9.0 -matplotlib>=3.1.0 +matplotlib>=3.9.4 Pillow>=6.0.0 nslr>=0.0.5 pytest>=4.5.0