From 22584882ce36d210a1f6819be5aa39a48dd2452e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 02:56:39 +0000 Subject: [PATCH] Bump xgboost from 1.6.2 to 1.7.4 Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.6.2 to 1.7.4. - [Release notes](https://github.com/dmlc/xgboost/releases) - [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md) - [Commits](https://github.com/dmlc/xgboost/compare/v1.6.2...v1.7.4) --- updated-dependencies: - dependency-name: xgboost dependency-type: direct:production update-type: version-update:semver-minor ... 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..81ca88c0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -9,7 +9,7 @@ Cython==0.29.32; sys_platform == 'darwin' and platform_machine == 'arm64' # Supported models scikit-learn==1.0.2 -xgboost==1.6.2 +xgboost==1.7.4 lightgbm==3.3.2 statsmodels==0.13.2 sklearn-contrib-lightning==0.6.2.post0