From c43a1959e986fb98f2f958df518647458f8607d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:21:52 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /tasks/llmsr/src directory: [flask-cors](https://github.com/corydolphin/flask-cors) and [scikit-learn](https://github.com/scikit-learn/scikit-learn). Updates `flask-cors` from 4.0.0 to 6.0.0 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.0...6.0.0) 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) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tasks/llmsr/src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/llmsr/src/requirements.txt b/tasks/llmsr/src/requirements.txt index 6194ce8..75fd886 100644 --- a/tasks/llmsr/src/requirements.txt +++ b/tasks/llmsr/src/requirements.txt @@ -3,11 +3,11 @@ datasets h5py fastapi==0.110.0 flask==3.0.2 -flask-cors==4.0.0 +flask-cors==6.0.0 matplotlib==3.8.3 numpy==1.26.4 pandas==2.2.1 -scikit-learn==1.4.1.post1 +scikit-learn==1.5.0 scipy==1.12.0 tensorboard==2.16.2 uvicorn==0.27.1 \ No newline at end of file