From a3c4bb0e0f79da7e6a0a050e8ece2f39c4f3a7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 02:00:42 +0000 Subject: [PATCH] Bump lightgbm from 3.3.2 to 3.3.5 Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 3.3.2 to 3.3.5. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](https://github.com/microsoft/LightGBM/compare/v3.3.2...v3.3.5) --- updated-dependencies: - dependency-name: lightgbm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 35b05695..c56b84a1 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -10,7 +10,7 @@ Cython==0.29.32; sys_platform == 'darwin' and platform_machine == 'arm64' # Supported models scikit-learn==1.0.2 xgboost==1.6.2 -lightgbm==3.3.2 +lightgbm==3.3.5 statsmodels==0.13.2 sklearn-contrib-lightning==0.6.2.post0