From 7b78489387c02e21d2be08d1cddc7a8e0042afa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:01:18 +0000 Subject: [PATCH] Bump scikit-learn from 0.23.2 to 1.0.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23.2 to 1.0.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.23.2...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 26da943..a5733de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ python_telegram_bot==12.8 numpy==1.19.1 plac==1.1.3 spacy==2.3.2 -scikit_learn==0.23.2 +scikit_learn==1.0.1 telegram==0.0.1