From 4409a09267fe79f73fdc86b871642cd324ea5791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:35:31 +0000 Subject: [PATCH] chore(deps): bump lightgbm from 4.6.0 to 4.7.0 Bumps [lightgbm](https://github.com/lightgbm-org/LightGBM) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/lightgbm-org/LightGBM/releases) - [Commits](https://github.com/lightgbm-org/LightGBM/compare/v4.6.0...v4.7.0) --- updated-dependencies: - dependency-name: lightgbm dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-lock.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 630a4d7..cb4a3d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "requests==2.34.2", "matplotlib==3.11.0", "PyYAML==6.0.3", - "lightgbm==4.6.0", + "lightgbm==4.7.0", "scikit-learn==1.9.0", "scipy==1.17.1", "joblib==1.5.3", diff --git a/requirements-lock.txt b/requirements-lock.txt index a020afe..930ea0a 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -4,7 +4,7 @@ numpy==2.4.6 requests==2.34.2 matplotlib==3.11.0 PyYAML==6.0.3 -lightgbm==4.6.0 +lightgbm==4.7.0 scikit-learn==1.9.0 scipy==1.17.1 joblib==1.5.3