Skip to content

Commit

Permalink
fix(deps): update dependency scikit-learn to v1.5.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 3, 2024
1 parent ec07683 commit 363a388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ toml = "0.10.2"
docker = "^6.0.1"
db-dtypes = "1.2.0"
optuna = "3.2.0"
scikit-learn = "1.2.2"
scikit-learn = "1.5.0"
#plotly = "5.16.0"
#matplotlib= "3.7.2"
#seaborn = "0.12.2"
Expand Down
2 changes: 1 addition & 1 deletion python/base_component_image/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ google-cloud-pubsub = "2.15.0"
google-cloud-pipeline-components = "2.6.0"
db-dtypes = "1.2.0"
optuna = "3.2.0"
scikit-learn = "1.2.2"
scikit-learn = "1.5.0"
#plotly = "5.16.0"
#matplotlib= "3.7.2"
#seaborn = "0.12.2"
Expand Down

0 comments on commit 363a388

Please sign in to comment.