From be651739be40cab8f059f0d758baba11d17541fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:52:32 +0000 Subject: [PATCH] Bump jupyterlite-core in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [jupyterlite-core](https://github.com/jupyterlite/jupyterlite). Updates `jupyterlite-core` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/jupyterlite/jupyterlite/releases) - [Changelog](https://github.com/jupyterlite/jupyterlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlite/jupyterlite/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: jupyterlite-core dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30896fd..54d96e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core modules (mandatory) -jupyterlite-core==0.4.0 +jupyterlite-core==0.4.1 jupyterlab~=4.2.4 notebook~=7.2.1