From cd466694cf68d64a48db5795a4318b482725e1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:14:29 +0000 Subject: [PATCH 1/3] chore(deps): bump the py-dependencies group across 3 directories with 5 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) and [joblib](https://github.com/joblib/joblib) to permit the latest version. Updates `torch` to 2.8.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.6.0...v2.8.0) Updates `torchvision` to 0.23.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.21.0...0.23.0) Updates `matplotlib` to 3.9.4 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.1...v3.9.4) Updates `pandas` to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.3) Updates `torch` from 2.6.0 to 2.8.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.6.0...v2.8.0) Updates `pandas` from 2.2.3 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.3) Updates `pandas` from 2.2.3 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.3) Updates `torch` from 2.6.0 to 2.8.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.6.0...v2.8.0) Updates `joblib` from 1.4.2 to 1.5.2 - [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.4.2...1.5.2) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: torchvision dependency-version: 0.23.0 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: matplotlib dependency-version: 3.9.4 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: joblib dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies ... Signed-off-by: dependabot[bot] --- covid19/requirements.txt | 6 +++--- fraud-detection/requirements.txt | 2 +- rul-turbofan/requirements.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/covid19/requirements.txt b/covid19/requirements.txt index 18ba1c3..b430c63 100644 --- a/covid19/requirements.txt +++ b/covid19/requirements.txt @@ -1,3 +1,3 @@ -torch~=2.6.0 -torchvision~=0.21.0 -matplotlib~=3.10.1 +torch~=2.8.0 +torchvision~=0.23.0 +matplotlib~=3.9.4 diff --git a/fraud-detection/requirements.txt b/fraud-detection/requirements.txt index 73d7162..22cd0b7 100644 --- a/fraud-detection/requirements.txt +++ b/fraud-detection/requirements.txt @@ -1,4 +1,4 @@ -pandas~=2.2.3 +pandas~=2.3.3 scikit-learn~=1.6.1 imblearn~=0.0 xgboost~=2.1.4 diff --git a/rul-turbofan/requirements.txt b/rul-turbofan/requirements.txt index 07521cf..7ae075a 100644 --- a/rul-turbofan/requirements.txt +++ b/rul-turbofan/requirements.txt @@ -1,7 +1,7 @@ numpy==2.2.3 -pandas==2.2.3 +pandas==2.3.3 scikit-learn==1.6.1 -torch==2.6.0 -joblib==1.4.2 +torch==2.8.0 +joblib==1.5.2 matplotlib==3.10.1 seaborn==0.13.2 From 76b53f461633ffb534bf95d73a0e06206e3aec4b Mon Sep 17 00:00:00 2001 From: Sammy Oina Date: Tue, 21 Oct 2025 15:09:23 +0300 Subject: [PATCH 2/3] chore(deps): update scikit-learn and xgboost versions in requirements.txt Signed-off-by: Sammy Oina --- 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 22cd0b7..f7d662b 100644 --- a/fraud-detection/requirements.txt +++ b/fraud-detection/requirements.txt @@ -1,5 +1,5 @@ pandas~=2.3.3 -scikit-learn~=1.6.1 +scikit-learn~=1.7.2 imblearn~=0.0 -xgboost~=2.1.4 +xgboost~=3.1.0 seaborn~=0.13.2 From c0ef70dcb7aa35a7bf5524c8d46d45258d9646a0 Mon Sep 17 00:00:00 2001 From: Sammy Oina Date: Tue, 21 Oct 2025 16:42:46 +0300 Subject: [PATCH 3/3] chore(deps): update torch, torchvision, matplotlib, numpy, and scikit-learn versions in requirements files Signed-off-by: Sammy Oina --- covid19/requirements.txt | 6 +++--- rul-turbofan/requirements.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/covid19/requirements.txt b/covid19/requirements.txt index b430c63..7e7c5ea 100644 --- a/covid19/requirements.txt +++ b/covid19/requirements.txt @@ -1,3 +1,3 @@ -torch~=2.8.0 -torchvision~=0.23.0 -matplotlib~=3.9.4 +torch~=2.9.0 +torchvision~=0.24.0 +matplotlib~=3.10.7 diff --git a/rul-turbofan/requirements.txt b/rul-turbofan/requirements.txt index 7ae075a..f898d2b 100644 --- a/rul-turbofan/requirements.txt +++ b/rul-turbofan/requirements.txt @@ -1,7 +1,7 @@ -numpy==2.2.3 +numpy==2.3.4 pandas==2.3.3 -scikit-learn==1.6.1 -torch==2.8.0 +scikit-learn==1.7.2 +torch==2.9.0 joblib==1.5.2 -matplotlib==3.10.1 +matplotlib==3.10.7 seaborn==0.13.2