From 425511d94069ecb2bb700d35c5c941255a9da1c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:11:37 +0000 Subject: [PATCH] Update numpy requirement from ==2.1.* to ==2.2.* in /server Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.0.dev0...v2.2.0) --- updated-dependencies: - dependency-name: numpy 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 4da993cd..044236be 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -16,7 +16,7 @@ emoji==2.14.* icalendar==6.1.* lxml==5.3.* matplotlib==3.9.* -numpy==2.1.* +numpy==2.2.* orjson==3.10.* openpyxl~=3.1.4 Pillow==11.0.*