From 88fdb4aa8628e3abeebf4627c4690f23886a7bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:03:23 +0000 Subject: [PATCH] Bump ipython from 8.4.0 to 8.18.1 Bumps [ipython](https://github.com/ipython/ipython) from 8.4.0 to 8.18.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.4.0...8.18.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 8.18.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 917902c..fccd496 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ "sphinx==7.2.6", "furo==2024.1.29", "m2r2==v0.3.3.post2", - "ipython==8.4.0", + "ipython==8.18.1", "nbsphinx==0.8.9", "nbsphinx-link==1.3.0", "sphinx-autodoc-typehints==2.0.0",