From a6086e722838095f20236dee79bbdd58bfc3a343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 01:41:56 +0000 Subject: [PATCH] Bump ipykernel from 6.29.5 to 6.30.1 in /python-wrapper Bumps [ipykernel](https://github.com/ipython/ipykernel) from 6.29.5 to 6.30.1. - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/v6.30.1/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.29.5...v6.30.1) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 6.30.1 dependency-type: direct:production 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 49816a66..d6aada67 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "mypy==1.17.1", "pytest==8.3.4", "selenium==4.32.0", - "ipykernel==6.29.5", + "ipykernel==6.30.1", "palettable==3.3.3", "pytest-mock==3.14.0", "nbconvert==7.16.6",