diff --git a/binder/requirements.txt b/binder/requirements.txt index 6479bef932c..399bdd51a12 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,5 +1,5 @@ jupytext -plotly==5.24.1 +plotly==6.0.0 jupyter notebook pandas==2.2.2 diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index 8ec22e54972..03772179ae4 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 = "5.24.1" +release = "6.0.0" # -- General configuration --------------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index dd332c87214..4e3b17ef58b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -plotly==5.24.1 +plotly==6.0.0 jupytext==1.16.4 jupyter-client<7 jupyter