From 4b5647d1600f4abf848ff579fec364dc0a91344d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 02:56:39 +0000 Subject: [PATCH] Bump lightgbm from 3.3.2 to 4.6.0 Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 3.3.2 to 4.6.0. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](https://github.com/microsoft/LightGBM/compare/v3.3.2...v4.6.0) --- updated-dependencies: - dependency-name: lightgbm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb4a8fa..4208455 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,4 +32,4 @@ cryptography==37.0.2 # For secure encryption and decryption # Optional: Advanced data processing and analysis dask==2022.10.0 # Parallel computing with task scheduling xgboost==1.6.2 # Gradient boosting framework for machine learning -lightgbm==3.3.2 # Fast, distributed, high-performance gradient boosting (LightGBM) +lightgbm==4.6.0 # Fast, distributed, high-performance gradient boosting (LightGBM)