From 02e48e27f21bc6b33b3fb6bd9c183043a158b923 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 13:37:32 +0000 Subject: [PATCH] Update dependency ipykernel to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc536a7..cfcdd1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pre-commit = "^4.0.0" coverage = "^7.6.1" pandas-stubs = "^2" pytest-sugar = "^1.0.0" -ipykernel = "^6.29.0" +ipykernel = "^7.0.0" ipywidgets = "^8.0.3" pytest-xdist = "^3.6.1"