From ff8bce678ad1e4da78f54ba3d29fc1b2c882c8e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:13:08 +0000 Subject: [PATCH] Bump imbalanced-learn from 0.12.3 to 0.12.4 Bumps [imbalanced-learn](https://github.com/scikit-learn-contrib/imbalanced-learn) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/scikit-learn-contrib/imbalanced-learn/releases) - [Commits](https://github.com/scikit-learn-contrib/imbalanced-learn/compare/0.12.3...0.12.4) --- updated-dependencies: - dependency-name: imbalanced-learn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7f2eec..b113424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ scikit-learn==1.5.1 -imbalanced-learn==0.12.3 +imbalanced-learn==0.12.4 pandas==2.2.2 nltk==3.9.1 setuptools==74.0.0