From c5914af71f6ce0feb475c1d43517274d68ae0d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:42:02 +0000 Subject: [PATCH] Update matplotlib requirement from ==3.9.* to ==3.10.* in /server 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.0rc1...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 8872a1ad..3a4d377e 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -15,7 +15,7 @@ djangorestframework==3.15.* emoji==2.14.* icalendar==6.1.* lxml==5.3.* -matplotlib==3.9.* +matplotlib==3.10.* numpy==2.2.* orjson==3.10.* openpyxl~=3.1.4