From e1338d2d5195db251be6861e63aa1223971e75f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:05:28 +0000 Subject: [PATCH] chore(deps): update shap requirement from >=0.51.0 to >=0.52.0 Updates the requirements on [shap](https://github.com/shap/shap) to permit the latest version. - [Release notes](https://github.com/shap/shap/releases) - [Changelog](https://github.com/shap/shap/blob/master/docs/release_notes.rst) - [Commits](https://github.com/shap/shap/compare/v0.51.0...v0.52.0) --- updated-dependencies: - dependency-name: shap dependency-version: 0.52.0 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 055dc92..cd1af42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ catboost>=1.2.10 -shap>=0.51.0 +shap>=0.52.0 scikit-learn>=1.8.0 pandas>=3.0.2 numpy>=2.4.4