From 9b5786ecde3e1ff6754b4a16a7e286cd00c6e9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:43:26 +0000 Subject: [PATCH] Bump scikit-learn from 1.3.0 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.0 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.0...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fee01b8a..ac9d39d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "pyinstaller-hooks-contrib==2022.7", "PySocks==1.7.1", "python-dotenv==0.20.0", - "scikit-learn==1.3.0", + "scikit-learn==1.5.0", "scipy==1.10.0", "six==1.16.0", "sklearn==0.0", diff --git a/requirements.txt b/requirements.txt index ade20355..bbb95b63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -261,7 +261,7 @@ yattag==1.15.1 ; python_version >= "3.9" and python_full_version <= "3.11.4" \ numpy~=1.24.4 beautifulsoup4~=4.11.1 sklearn~=0.0 -scikit-learn~=1.3.0 +scikit-learn~=1.5.0 httpx~=0.25.0 yattag~=1.15.1 termcolor~=1.1.0