From 9ad2703bcf4dd186a2e382fb9887f8a3e42b9a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 02:13:01 +0000 Subject: [PATCH] Update ipykernel requirement from <7.3,>=7.2 to >=7.2,<7.4 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/v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9782e91..979221bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ optional-dependencies.ipy = [ "ipywidgets>=8.1.8,<8.2", ] optional-dependencies.notebooks = [ - "ipykernel>=7.2,<7.3", + "ipykernel>=7.2,<7.4", "jupytext>=1.19.3,<1.20", # Notebook conversion needs the IPython display helpers # (`c.plot()` lazy-imports kfactory.widgets.interactive, which