From afe13b7778155d45418a89a0b8e82f90935c31ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:07:49 +0000 Subject: [PATCH] chore(deps): bump the py-dependencies group across 1 directory with 2 updates Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [xgboost](https://github.com/dmlc/xgboost) to permit the latest version. Updates `scikit-learn` to 1.8.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.7.2...1.8.0) Updates `xgboost` to 3.1.2 - [Release notes](https://github.com/dmlc/xgboost/releases) - [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md) - [Commits](https://github.com/dmlc/xgboost/compare/v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: xgboost dependency-version: 3.1.2 dependency-type: direct:production dependency-group: py-dependencies ... Signed-off-by: dependabot[bot] --- fraud-detection/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fraud-detection/requirements.txt b/fraud-detection/requirements.txt index f7d662b..0909eca 100644 --- a/fraud-detection/requirements.txt +++ b/fraud-detection/requirements.txt @@ -1,5 +1,5 @@ pandas~=2.3.3 -scikit-learn~=1.7.2 +scikit-learn~=1.8.0 imblearn~=0.0 -xgboost~=3.1.0 +xgboost~=3.1.2 seaborn~=0.13.2