From d7331d84cc1a357e9bf73f29f91ca995f5fe0658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 13:02:33 +0000 Subject: [PATCH] Update catboost requirement from >=1.2.8 to >=1.2.10 Updates the requirements on [catboost](https://github.com/catboost/catboost) to permit the latest version. - [Release notes](https://github.com/catboost/catboost/releases) - [Changelog](https://github.com/catboost/catboost/blob/master/RELEASE.md) - [Commits](https://github.com/catboost/catboost/compare/v1.2.8...v1.2.10) --- updated-dependencies: - dependency-name: catboost dependency-version: 1.2.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb87a3f..1c9c4c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ lightgbm>=4.6 xgboost>=3.2 python-dateutil>=2.9 requests>=2.33.1 -catboost>=1.2.8 +catboost>=1.2.10