From 911dfccbda665ff76e8bc592466961912da16ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:24:35 +0000 Subject: [PATCH] chore(deps): bump numpy from 2.5.1 to 2.5.2 in /services/risk-ai-service Bumps [numpy](https://github.com/numpy/numpy) from 2.5.1 to 2.5.2. - [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.5.1...v2.5.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- services/risk-ai-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/risk-ai-service/requirements.txt b/services/risk-ai-service/requirements.txt index a125f34..f568e01 100644 --- a/services/risk-ai-service/requirements.txt +++ b/services/risk-ai-service/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.6 uvicorn[standard]==0.52.1 pydantic==2.10.3 scikit-learn==1.5.2 -numpy==2.5.1 +numpy==2.5.2 httpx==0.28.1 prometheus-client==0.26.0 pytest==8.3.4