From ee0e295ef3bdefd911351dd909a35501ab5d0083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:36:51 +0000 Subject: [PATCH] chore(deps): update ipykernel requirement from >=6.29.5 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/v6.29.5...v7.2.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a945ed..c5a76cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.12" dependencies = [ "duckdb>=1.1.3", "great-tables>=0.15.0", - "ipykernel>=6.29.5", + "ipykernel>=7.2.0", "jupyter>=1.1.1", "jupytext>=1.17.2", "pandas>=2.2.3",