From bb040823348100d698d45cbb478b92dfc9c7cb49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 02:01:35 +0000 Subject: [PATCH] Bump lightgbm from 3.3.2 to 3.3.3 Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](https://github.com/microsoft/LightGBM/compare/v3.3.2...v3.3.3) --- 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..95f6d725 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.3 statsmodels==0.13.2 sklearn-contrib-lightning==0.6.2.post0