From 9a8de67de314f69f2b6cf035da8362211c2a1890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:31:39 +0100 Subject: [PATCH] Bump ipython from 8.29.0 to 8.30.0 (#511) * Bump ipython from 8.29.0 to 8.30.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.29.0 to 8.30.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.29.0...8.30.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- binder/environment.yml | 2 +- pyproject.toml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 2031c9de..07d4adb4 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -11,6 +11,6 @@ dependencies: - matplotlib =3.9.2 - networkx =3.4.2 - pygraphviz =1.14 -- ipython =8.29.0 +- ipython =8.30.0 - pysqa =0.2.2 - setuptools =75.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index e58d7df8..2f9e330a 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -12,5 +12,5 @@ dependencies: - networkx =3.4.2 - pygraphviz =1.14 - pysqa =0.2.2 -- ipython =8.29.0 +- ipython =8.30.0 - setuptools =75.1.0 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 142bb419..9abcee3f 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -11,5 +11,5 @@ dependencies: - matplotlib =3.9.2 - networkx =3.4.2 - pygraphviz =1.14 -- ipython =8.29.0 +- ipython =8.30.0 - setuptools =75.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index a598ce5e..8a11e290 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -15,4 +15,4 @@ dependencies: - networkx =3.4.2 - pygraphviz =1.14 - pysqa =0.2.2 -- ipython =8.29.0 +- ipython =8.30.0 diff --git a/pyproject.toml b/pyproject.toml index a312b9b5..bf14086e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ graph = [ "pygraphviz==1.14", "matplotlib==3.9.2", "networkx==3.4.2", - "ipython==8.29.0", + "ipython==8.30.0", ] mpi = ["mpi4py==4.0.1"] submission = [ @@ -55,7 +55,7 @@ all = [ "pygraphviz==1.14", "matplotlib==3.9.2", "networkx==3.4.2", - "ipython==8.29.0", + "ipython==8.30.0", ] [tool.setuptools.packages.find]