From 36dd2b5d62f3c47168cb1683361fcd786d4dced1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:10:05 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [tqdm](https://github.com/tqdm/tqdm). Updates `scikit-learn` from 1.4.1.post1 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.1.post1...1.5.0) Updates `tqdm` from 4.66.2 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ca5f356..fdf929c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ python-magic==0.4.27 pytz==2024.1 pywavelets==1.5.0 ; python_version >= '3.9' requests==2.31.0 -scikit-learn==1.4.1.post1 +scikit-learn==1.5.0 scipy==1.12.0 ; python_version >= '3.9' six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlalchemy==2.0.28 @@ -45,7 +45,7 @@ threadpoolctl==3.4.0 ; python_version >= '3.8' torch==2.0.1 torchdata==0.6.1 torchtext==0.15.2 -tqdm==4.66.2 ; python_version >= '3.7' +tqdm==4.66.3 ; python_version >= '3.7' typing-extensions==4.9.0 ; python_version >= '3.8' tzdata==2024.1 ; python_version >= '2' urllib3==1.26.18 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'