From 139540e10b68fb8e3d0db201d36a00a718809885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:25:47 +0000 Subject: [PATCH] Bump ipython from 8.30.0 to 8.31.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.30.0 to 8.31.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.30.0...8.31.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 588d668a..be3f3267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ graph = [ graphnotebook = [ "pygraphviz==1.14", "networkx==3.4.2", - "ipython==8.30.0", + "ipython==8.31.0", ] mpi = ["mpi4py==4.0.1"] submission = [ @@ -57,7 +57,7 @@ all = [ "h5py==3.12.1", "pygraphviz==1.14", "networkx==3.4.2", - "ipython==8.30.0", + "ipython==8.31.0", ] [tool.setuptools.packages.find]