From 9434e3c75504d30a26190c80f5c13afcca7f98ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:40:30 +0200 Subject: [PATCH] 4.0.2 --- manifest.json | 4 ++-- scripts/_common.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 59be502..770e14a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Code console environment for running Python code interactively", "fr": "Console de code pour exécuter du code Python de manière interactive" }, - "version": "3.6.1~ynh2", + "version": "4.0.2~ynh2", "url": "https://jupyter.org", "upstream": { "license": "BSD-3-Clause", @@ -22,7 +22,7 @@ "email": "pierre@kayou.io" }, "requirements": { - "yunohost": ">= 11.0.9" + "yunohost": ">= 11.1.20" }, "multi_instance": true, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 6c756c3..b067b0a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,9 +7,9 @@ # dependencies used by the app pkg_dependencies="python3-dev python3-pip" -nodejs_version="16" +nodejs_version="18" -jupyterlab_version="3.6.1" +jupyterlab_version="4.0.2" #================================================= # PERSONAL HELPERS