From 67ca900a9c4ec1f0c9898081b6e997658893d587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 02:04:01 +0000 Subject: [PATCH] build(deps): update ipykernel requirement from ~=6.22 to ~=7.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.22.0...v7.0.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.0.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 35166f7b..5ce2ce27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docs = [ "geopandas~=1.1.1", "geoviews~=1.9", "hvplot~=0.12.0", - "ipykernel~=6.22", + "ipykernel~=7.0", "ipython~=8.12", "jinja2>=3.0,<4.0", "matplotlib~=3.8",