From 63d927b93c1a0438423e1c2860fd08cc57a055e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:49:55 +0000 Subject: [PATCH] chore(deps): update jupyterlab-git requirement Updates the requirements on [jupyterlab-git](https://github.com/jupyterlab/jupyterlab-git) to permit the latest version. - [Release notes](https://github.com/jupyterlab/jupyterlab-git/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab-git/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.0...v0.51.2) --- updated-dependencies: - dependency-name: jupyterlab-git dependency-version: 0.51.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/jupyter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/jupyter/requirements.txt b/scripts/project-templates/jupyter/requirements.txt index a66857a..9e910b7 100644 --- a/scripts/project-templates/jupyter/requirements.txt +++ b/scripts/project-templates/jupyter/requirements.txt @@ -23,4 +23,4 @@ polars>=0.20.0,<0.21.0 # Extensions jupyter-lsp>=2.2.0,<3.0.0 -jupyterlab-git>=0.50.0,<0.51.0 +jupyterlab-git>=0.50.0,<0.52.0