From 864719ff0cc71ca5593f0d9fad257f3045bff1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:22:59 +0000 Subject: [PATCH] Bump scikit-learn in /app/scripts/profanitysearch Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.22.2.post1 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.22.2.post1...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/scripts/profanitysearch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/profanitysearch/requirements.txt b/app/scripts/profanitysearch/requirements.txt index 21e35a6340..d604f6e46c 100644 --- a/app/scripts/profanitysearch/requirements.txt +++ b/app/scripts/profanitysearch/requirements.txt @@ -3,6 +3,6 @@ joblib==0.15.1 numpy==1.18.5 profanity-check==1.0.3 profanityfilter==2.0.6 -scikit-learn==0.22.2.post1 +scikit-learn==1.5.0 scipy==1.4.1 threadpoolctl==2.1.0