From 7d9f838fbf3782fae23982008942da0f989b8e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:50:10 +0000 Subject: [PATCH] chore(deps): update ipykernel requirement Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version. - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.29.0...v7.1.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.1.0 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..aea66c2 100644 --- a/scripts/project-templates/jupyter/requirements.txt +++ b/scripts/project-templates/jupyter/requirements.txt @@ -4,7 +4,7 @@ # Jupyter Stack jupyterlab>=4.1.0,<5.0.0 notebook>=7.1.0,<8.0.0 -ipykernel>=6.29.0,<7.0.0 +ipykernel>=6.29.0,<8.0.0 ipywidgets>=8.1.0,<9.0.0 # Data Science Core