From 35d2b81158aac34623a9229dbb0e01715c4a41c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:18:37 +0200 Subject: [PATCH] chore(deps): Update lightgbm requirement from >=3.3.0 to >=3.3.5 (#34) Updates the requirements on [lightgbm](https://github.com/microsoft/LightGBM) to permit the latest version. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](https://github.com/microsoft/LightGBM/compare/v3.3.0...v3.3.5) --- updated-dependencies: - dependency-name: lightgbm dependency-version: 3.3.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f89bc147..f303095f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -98,7 +98,7 @@ optuna>=3.5.0 beautifulsoup4>=4.12.0 # ML Training Pipeline -lightgbm>=3.3.0 +lightgbm>=3.3.5 scipy>=1.9.0 # RL Trading (optional - system works without these)