From 9bc897bcddf18fcbb28ab89466dc0ade04c9b625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:52:09 +0000 Subject: [PATCH] Bump scikit-learn from 1.4.2 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.2 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.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- spade_anomaly_detection/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 094ddf7..844b165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pandas==1.3.5", "pyarrow==14.0.1", "retry==0.9.2", - "scikit-learn==1.4.2", + "scikit-learn==1.5.0", "tensorflow==2.12.1", "tensorflow-datasets==4.9.6", "parameterized==0.8.1", diff --git a/spade_anomaly_detection/requirements.txt b/spade_anomaly_detection/requirements.txt index 3e9535c..9079df8 100644 --- a/spade_anomaly_detection/requirements.txt +++ b/spade_anomaly_detection/requirements.txt @@ -4,7 +4,7 @@ joblib==1.2.0 pandas==1.3.5 pyarrow==14.0.1 retry==0.9.2 -scikit-learn==1.4.2 +scikit-learn==1.5.0 tensorflow-datasets==4.9.6 parameterized==0.8.1 # These are test dependencies and should be added as part of a separate layer