From 3c22097ba96b14b7e58349c9335f280024591a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 06:44:10 +0000 Subject: [PATCH] Bump imbalanced-learn from 0.12.2 to 0.12.3 Bumps [imbalanced-learn](https://github.com/scikit-learn-contrib/imbalanced-learn) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/scikit-learn-contrib/imbalanced-learn/releases) - [Commits](https://github.com/scikit-learn-contrib/imbalanced-learn/compare/0.12.2...0.12.3) --- 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 cb6ecfc..411cf67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ scikit-learn==1.4.2 -imbalanced-learn==0.12.2 +imbalanced-learn==0.12.3 pandas==2.2.2 nltk~=3.8.1 setuptools==70.0.0