diff --git a/hatch_build.py b/hatch_build.py index 3aa2cb416..4529a6ec9 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -8,18 +8,18 @@ notebook_css_version = "5.4.0" notebook_css_url = "https://cdn.jupyter.org/notebook/%s/style/style.min.css" % notebook_css_version -jupyterlab_css_version = "3.1.11" +jupyterlab_css_version = "3.6.1" jupyterlab_css_url = ( "https://unpkg.com/@jupyterlab/nbconvert-css@%s/style/index.css" % jupyterlab_css_version ) -jupyterlab_theme_light_version = "3.1.11" +jupyterlab_theme_light_version = "3.6.1" jupyterlab_theme_light_url = ( "https://unpkg.com/@jupyterlab/theme-light-extension@%s/style/variables.css" % jupyterlab_theme_light_version ) -jupyterlab_theme_dark_version = "3.1.11" +jupyterlab_theme_dark_version = "3.6.1" jupyterlab_theme_dark_url = ( "https://unpkg.com/@jupyterlab/theme-dark-extension@%s/style/variables.css" % jupyterlab_theme_dark_version