From 583134ef59a9769eed68c5cd41a4d56f0f64dc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 19:03:10 +0000 Subject: [PATCH] build(deps): bump scikit-learn from 1.1.1 to 1.2.2 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.1 to 1.2.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.1...1.2.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a9cf3d0..50cc43c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -28,7 +28,7 @@ django-debug-toolbar==3.6.0 # https://github.com/jazzband/django-debug-toolbar drf-spectacular==0.23.1 # https://github.com/tfranzel/drf-spectacular psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2 # ML -scikit-learn==1.1.1 +scikit-learn==1.2.2 matplotlib==3.5.2 pandas==1.4.2 scikit-surprise==1.1.3