From c64d280857cd84376ad7d4c738e94f6bbb633d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:12:13 +0100 Subject: [PATCH] Bump lightgbm from 4.1.0 to 4.2.0 (#95) Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](https://github.com/microsoft/LightGBM/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: lightgbm dependency-type: direct:production update-type: version-update:semver-minor ... 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 cf4d8d3..ddadeb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ jupyterlab==4.0.9 jupyterlab-lsp==5.0.1 jupyterlab_code_formatter==2.2.1 jupyterlab_widgets==3.0.9 -lightgbm==4.1.0 +lightgbm==4.2.0 matplotlib==3.8.2 numba==0.58.1 numexpr==2.8.8