From 699accc6de0a01fd1fbd503732b46b9885d60af9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:25:28 +0000 Subject: [PATCH] Update dependency plotly to v6.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20849d35c..bc4249a98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ typing-extensions==4.12.2 # Needed for opentsne and Python >= 3.12 # --- Visualization --- wordcloud==1.9.4 monotonic==1.6 -plotly[kaleido]==6.4.0 +plotly[kaleido]==6.5.0 seaborn==0.13.2 # To visualize clustering results # --- Machine Learning / Optimization ---