From 528d7613737af45303c01b1c629643e9eea4bfaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:51:46 +0000 Subject: [PATCH] deps(deps): bump jupyter-core from 5.8.1 to 5.9.1 Bumps [jupyter-core](https://github.com/jupyter/jupyter_core) from 5.8.1 to 5.9.1. - [Release notes](https://github.com/jupyter/jupyter_core/releases) - [Changelog](https://github.com/jupyter/jupyter_core/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/jupyter_core/compare/v5.8.1...v5.9.1) --- updated-dependencies: - dependency-name: jupyter-core dependency-version: 5.9.1 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 06eda14..fd6d75c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "jsonschema==4.25.1", "jsonschema-specifications==2025.9.1", "jupyter_client==8.6.3", - "jupyter_core==5.8.1", + "jupyter_core==5.9.1", "kiwisolver==1.4.9", "matplotlib==3.10.7", "matplotlib-inline==0.1.7",