From 4166d4508376ee34d1141db733eb4deff404d5a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:58:33 +0000 Subject: [PATCH] build(deps-dev): bump ipykernel from 6.29.5 to 7.3.0 Bumps [ipykernel](https://github.com/ipython/ipykernel) from 6.29.5 to 7.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ddbfa07..ba02b3fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ docs = [ "docutils<0.21", "numpy<2", "gurobipy>=13.0.0", - "ipykernel==6.29.5", + "ipykernel==7.3.0", "matplotlib==3.11.0", "highspy>=1.7.1", ]