From 4c210ce28556ad363e0a27d12f0ee135c1e340bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:25:30 +0000 Subject: [PATCH] build(requirements): bump the prod group across 1 directory with 5 updates Bumps the prod group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.6.1` | `1.7.2` | | [xgboost](https://github.com/dmlc/xgboost) | `3.0.0` | `3.2.0` | | [catboost](https://github.com/catboost/catboost) | `1.2.8` | `1.2.10` | | [numpy](https://github.com/numpy/numpy) | `1.23.5` | `2.2.6` | | [pandas](https://github.com/pandas-dev/pandas) | `1.5.3` | `2.3.3` | Updates `scikit-learn` from 1.6.1 to 1.7.2 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.6.1...1.7.2) Updates `xgboost` from 3.0.0 to 3.2.0 - [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.0.0...v3.2.0) Updates `catboost` from 1.2.8 to 1.2.10 - [Release notes](https://github.com/catboost/catboost/releases) - [Changelog](https://github.com/catboost/catboost/blob/master/RELEASE.md) - [Commits](https://github.com/catboost/catboost/compare/v1.2.8...v1.2.10) Updates `numpy` from 1.23.5 to 2.2.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.23.5...v2.2.6) Updates `pandas` from 1.5.3 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.3...v2.3.3) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: xgboost dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: catboost dependency-version: 1.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 75f7bcc..97710e9 --- a/requirements.txt +++ b/requirements.txt @@ -8,12 +8,12 @@ fire fuzzywuzzy openai -scikit-learn==1.6.1 -xgboost==3.0.0 -catboost==1.2.8 +scikit-learn==1.7.2 +xgboost==3.2.0 +catboost==1.2.10 -numpy==1.23.5 # we use numpy as default data format. So we have to install numpy -pandas==1.5.3 # we use pandas as default data format. So we have to install pandas +numpy==2.2.6 # we use numpy as default data format. So we have to install numpy +pandas==2.3.3 # we use pandas as default data format. So we have to install pandas pandarallel # parallelize pandas matplotlib langchain