From e265bf0d6202b16df656daa4192943463ea1a00c Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Mon, 17 Mar 2025 11:30:33 -0400 Subject: [PATCH] Update Plotly version --- doc/apidoc/conf.py | 2 +- doc/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index 03772179ae..3c80a1af82 100644 --- a/doc/apidoc/conf.py +++ b/doc/apidoc/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "6.0.0" +release = "6.0.1" # -- General configuration --------------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index 4e3b17ef58..65aa3f0aad 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -plotly==6.0.0 +plotly==6.0.1 jupytext==1.16.4 jupyter-client<7 jupyter