From 18c51d129bcedfb4fc0fbb5fd0defadb49aa2fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:55:58 +0000 Subject: [PATCH] chore(deps): bump the py-dependencies group across 3 directories with 8 updates Updates the requirements on [torch](https://github.com/pytorch/pytorch), [torchvision](https://github.com/pytorch/vision), [matplotlib](https://github.com/matplotlib/matplotlib), [pandas](https://github.com/pandas-dev/pandas), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [xgboost](https://github.com/dmlc/xgboost), [numpy](https://github.com/numpy/numpy) and [joblib](https://github.com/joblib/joblib) to permit the latest version. Updates `torch` to 2.10.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.9.0...v2.10.0) Updates `torchvision` to 0.25.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.24.0...v0.25.0) Updates `matplotlib` to 3.10.8 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.7...v3.10.8) Updates `pandas` to 3.0.1 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.1) 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.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.1.0...v3.2.0) Updates `torch` from 2.9.0 to 2.10.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.9.0...v2.10.0) Updates `matplotlib` from 3.10.7 to 3.10.8 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.7...v3.10.8) Updates `pandas` from 2.3.3 to 3.0.1 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.1) Updates `scikit-learn` from 1.7.2 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 `numpy` from 2.3.4 to 2.4.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.3.4...v2.4.2) Updates `joblib` from 1.5.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.5.2...1.5.3) --- updated-dependencies: - dependency-name: torch dependency-version: 2.10.0 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: torchvision dependency-version: 0.25.0 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: matplotlib dependency-version: 3.10.8 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: xgboost dependency-version: 3.2.0 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: torch dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: matplotlib dependency-version: 3.10.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: py-dependencies - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: py-dependencies - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: joblib dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: py-dependencies ... Signed-off-by: dependabot[bot] --- covid19/requirements.txt | 6 +++--- fraud-detection/requirements.txt | 6 +++--- rul-turbofan/requirements.txt | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/covid19/requirements.txt b/covid19/requirements.txt index 7e7c5ea..0bd5059 100644 --- a/covid19/requirements.txt +++ b/covid19/requirements.txt @@ -1,3 +1,3 @@ -torch~=2.9.0 -torchvision~=0.24.0 -matplotlib~=3.10.7 +torch~=2.10.0 +torchvision~=0.25.0 +matplotlib~=3.10.8 diff --git a/fraud-detection/requirements.txt b/fraud-detection/requirements.txt index f7d662b..9d4119f 100644 --- a/fraud-detection/requirements.txt +++ b/fraud-detection/requirements.txt @@ -1,5 +1,5 @@ -pandas~=2.3.3 -scikit-learn~=1.7.2 +pandas~=3.0.1 +scikit-learn~=1.8.0 imblearn~=0.0 -xgboost~=3.1.0 +xgboost~=3.2.0 seaborn~=0.13.2 diff --git a/rul-turbofan/requirements.txt b/rul-turbofan/requirements.txt index f898d2b..b2b479c 100644 --- a/rul-turbofan/requirements.txt +++ b/rul-turbofan/requirements.txt @@ -1,7 +1,7 @@ -numpy==2.3.4 -pandas==2.3.3 -scikit-learn==1.7.2 -torch==2.9.0 -joblib==1.5.2 -matplotlib==3.10.7 +numpy==2.4.2 +pandas==3.0.1 +scikit-learn==1.8.0 +torch==2.10.0 +joblib==1.5.3 +matplotlib==3.10.8 seaborn==0.13.2