From 72595e41dc6eedd4a43b5be252ce71912cadce09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 02:02:30 +0000 Subject: [PATCH] Bump xgboost from 1.6.2 to 1.7.0 Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.6.2 to 1.7.0. - [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.0) --- 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..f1e4fa8b 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.0 lightgbm==3.3.2 statsmodels==0.13.2 sklearn-contrib-lightning==0.6.2.post0