From 594fe9c9c70a505e2afa820eddac2f02f6a3eec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:28:35 +0000 Subject: [PATCH] chore(uv): update ipykernel requirement from >=7.1.0 to >=7.2.0 Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c7909b9..9ee82770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ dev = [ "cookiecutter>=2.6.0", "cookiecutter-data-science>=2.3.0", - "ipykernel>=7.1.0", + "ipykernel>=7.2.0", "jupyter>=1.1.1", "mkdocs-material>=9.7.1", "nox>=2025.11.12",