From 0df5601ac4519052913d2d93593ce80f210b9025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 18:11:36 +0000 Subject: [PATCH] build(deps): bump scikit-learn from 1.1.1 to 1.2.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.1...1.2.0) --- 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..2cf8479 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.0 matplotlib==3.5.2 pandas==1.4.2 scikit-surprise==1.1.3