From a4925e33eb3fcdfcf1e57a13acc42aed5346b3cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:40:39 +0000 Subject: [PATCH] Bump ipykernel from 7.0.1 to 7.1.0 Bumps [ipykernel](https://github.com/ipython/ipykernel) from 7.0.1 to 7.1.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.0.1...v7.1.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a007f7..821e2f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dev = [ "flake8-type-checking==3.0.0", "flake8==7.3.0", "hypothesis==6.142.4", - "ipykernel==7.0.1", + "ipykernel==7.1.0", "ipython==9.6.0", "isort==7.0.0", "jupyterlab-quarto==0.3.5",