From 600b886241d360b951c4c6212900a376df62dc2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 03:01:51 +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-freqai.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-freqai.txt b/requirements-freqai.txt index c78b3b25e..201d5be1b 100644 --- a/requirements-freqai.txt +++ b/requirements-freqai.txt @@ -5,6 +5,6 @@ scikit-learn==1.1.2 joblib==1.2.0 catboost==1.1; platform_machine != 'aarch64' -lightgbm==3.3.2 +lightgbm==3.3.3 xgboost==1.6.2 tensorboard==2.10.1