From c17d24e76e7df4968bac498653b692796de60408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:20:28 +0000 Subject: [PATCH] Bump numpy from 2.3.1 to 2.4.4 Bumps [numpy](https://github.com/numpy/numpy) from 2.3.1 to 2.4.4. - [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.3.1...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 99904a8..d2bddaf 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -4,7 +4,7 @@ aiohttp==3.13.2 apsw==3.50.3.0 cachetools==5.5.1 fastapi==0.116.1 -numpy==2.3.1 +numpy==2.4.4 pydantic==2.11.7 simple-sign==0.0.1 uvicorn==0.35.0