From 8535808f734d30d4b67eb9e39f73f0b704c8b1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:19:56 +0000 Subject: [PATCH] chore(deps)(deps): update matplotlib requirement 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.10.9...v3.11.1) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.1 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 256392f..3a3f560 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ cryptography>=42.0,<50.0 pandas>=2.0.0,<4.0 scikit-learn>=1.5.0,<2.0 numpy>=1.21.0,<3.0 -matplotlib>=3.10.9,<4.0 +matplotlib>=3.11.1,<4.0 whitenoise==6.12.0 sqlparse>=0.4.2,<1.0 djangorestframework>=3.14.0,<4.0