From ba647e138e5e4d03945222c557f0c26abe2b4987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:45:30 +0000 Subject: [PATCH] Update numpy requirement from ~=2.2.0 to ~=2.3.5 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.2.0...v2.3.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.5 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 f7d9a26..1652718 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask~=3.1.2 loguru~=0.7.3 matplotlib~=3.10.0 msgpack~=1.1.1 -numpy~=2.2.0 +numpy~=2.3.5 pathvalidate~=3.3.1 pillow~=11.3.0 protobuf~=6.33.0