From a2df2760ebeec8a737a2dc1cf938ad3f3466a821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:34:26 +0000 Subject: [PATCH] Bump ipython from 9.6.0 to 9.7.0 Bumps [ipython](https://github.com/ipython/ipython) from 9.6.0 to 9.7.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.6.0...9.7.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.7.0 dependency-type: direct:development 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 2a007f7..6908168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dev = [ "flake8==7.3.0", "hypothesis==6.142.4", "ipykernel==7.0.1", - "ipython==9.6.0", + "ipython==9.7.0", "isort==7.0.0", "jupyterlab-quarto==0.3.5", "jupyterlab==4.4.10",