From 9914154a95c9d98af8ff3bb0f5e8c397039ff0cd Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:06:00 +0000 Subject: [PATCH] chore(deps): update dependency ipykernel to v7 | datasource | package | from | to | | ---------- | --------- | ------ | ----- | | pypi | ipykernel | 6.30.1 | 7.0.0 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acddc54..6081ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ all = [ ] [tool.poetry.group.dev.dependencies] -ipykernel = "^6.27.1" +ipykernel = "^7.0.0" mypy = "^1.15.0" ruff = "^0.10.0" pytest = "^8.0.0"