From 78d3a1cb12a4eb96363f386ac9af9f722ee67672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:10:02 +0100 Subject: [PATCH] Bump the actions group with 2 updates (#14) Updates the requirements on [jupyterlab](https://github.com/jupyterlab/jupyterlab) and [jupyterlite-pyodide-kernel](https://github.com/jupyterlite/pyodide-kernel) to permit the latest version. Updates `jupyterlab` to 4.1.0 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.12...@jupyterlab/lsp@4.1.0) Updates `jupyterlite-pyodide-kernel` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/jupyterlite/pyodide-kernel/releases) - [Changelog](https://github.com/jupyterlite/pyodide-kernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlite/pyodide-kernel/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production dependency-group: actions - dependency-name: jupyterlite-pyodide-kernel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- demo/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 03dbc32..d944052 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,10 +1,10 @@ # Core modules (mandatory) jupyterlite-core==0.2.3 -jupyterlab~=4.0.12 +jupyterlab~=4.1.0 notebook~=7.0.7 # Python kernel (optional) -jupyterlite-pyodide-kernel==0.2.1 +jupyterlite-pyodide-kernel==0.2.2 # Language support (optional) jupyterlab-language-pack-fr-FR