From 8c3b990d17892bb3a4bc5763d80d4182cfc320a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:32:54 +0000 Subject: [PATCH] deps: update shap requirement in the python-dependencies group Updates the requirements on [shap](https://github.com/shap/shap) to permit the latest version. Updates `shap` to 0.52.0 - [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.41.0...v0.52.0) --- updated-dependencies: - dependency-name: shap dependency-version: 0.52.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09ba555..e9fbeeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies = [ # Templating (needed for dashboard module) "jinja2>=3.1.0", "arch>=7.2.0", - "shap>=0.41.0,<0.52.0", + "shap>=0.41.0,<0.53.0", ] [project.optional-dependencies]