From e977bc6d09db5086a9361c72f6c5777cffc1dd36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 22:04:49 +0000 Subject: [PATCH] chore(deps): update dependency requests to v2.34.2 --- xplainet/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xplainet/pyproject.toml b/xplainet/pyproject.toml index a21dcd3..a237c66 100755 --- a/xplainet/pyproject.toml +++ b/xplainet/pyproject.toml @@ -21,7 +21,7 @@ scikit-learn = "0.23.2" pytest = "6.1.2" notebook = "6.1.5" ipywidgets = "7.5.1" -requests = "2.25.0" +requests = "2.34.2" matplotlib = "3.3.3" pandas = "1.1.4" nb-black = "1.0.7"