From 705a816f057afff970505f8b8cb37d4b9087aa7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:10:29 +0000 Subject: [PATCH] Bump ipykernel from 7.1.0 to 7.2.0 in /python-wrapper Bumps [ipykernel](https://github.com/ipython/ipykernel) from 7.1.0 to 7.2.0. - [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.1.0...v7.2.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index d8fa910..e569f32 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "mypy==1.19.1", "pytest==8.4.2", "selenium==4.40.0", - "ipykernel==7.1.0", + "ipykernel==7.2.0", "palettable==3.3.3", "pytest-mock==3.15.1", "nbconvert==7.17.0",