From 6a8281db40d2cd403631e32d1bd907c2ce21490a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 02:19:49 +0000 Subject: [PATCH] Update ipykernel requirement from >=6 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/6.0.0...v7.2.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 6.31.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 72340c4..50627c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "h3>=4", "mapclassify>=2.6", "matplotlib>=3.7", - "ipykernel>=6", + "ipykernel>=7.2.0", ] [project.optional-dependencies] docs = [