From 133202dff4fb07522b8b3179d6f7a16596f069cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:26:12 +0000 Subject: [PATCH] build(deps): bump the ml group across 1 directory with 3 updates Bumps the ml group with 3 updates in the /apps/service-ai-fraud directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn), [joblib](https://github.com/joblib/joblib) and [numpy](https://github.com/numpy/numpy). Updates `scikit-learn` from 1.4.1.post1 to 1.9.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.1.post1...1.9.0) Updates `joblib` from 1.3.2 to 1.5.3 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/1.3.2...1.5.3) Updates `numpy` from 1.26.4 to 2.4.6 - [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/v1.26.4...v2.4.6) --- updated-dependencies: - dependency-name: joblib dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ml - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ml - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ml ... Signed-off-by: dependabot[bot] --- apps/service-ai-fraud/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/service-ai-fraud/requirements.txt b/apps/service-ai-fraud/requirements.txt index c551dc4..847464d 100644 --- a/apps/service-ai-fraud/requirements.txt +++ b/apps/service-ai-fraud/requirements.txt @@ -2,10 +2,10 @@ fastapi==0.110.0 uvicorn[standard]==0.27.1 pydantic==2.6.1 pydantic-settings==2.2.1 -scikit-learn==1.4.1.post1 +scikit-learn==1.9.0 xgboost==2.0.3 -joblib==1.3.2 -numpy==1.26.4 +joblib==1.5.3 +numpy==2.4.6 pandas==2.2.1 python-multipart==0.0.9 pytest==8.0.2