From 980155eb9203551b5222d415b7a416ef00f05035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 12:06:36 +0000 Subject: [PATCH 1/2] Bump ipython from 9.0.2 to 9.9.0 Bumps [ipython](https://github.com/ipython/ipython) from 9.0.2 to 9.9.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.0.2...9.9.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.9.0 dependency-type: direct:development 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 80f9bae0..1f8d9346 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ graph = [ graphnotebook = [ "pygraphviz==1.14", "networkx==3.4.2", - "ipython==9.0.2", + "ipython==9.9.0", ] mpi = ["mpi4py==4.1.1"] cluster = [ @@ -61,7 +61,7 @@ all = [ "h5py==3.15.1", "pygraphviz==1.14", "networkx==3.4.2", - "ipython==9.0.2", + "ipython==9.9.0", ] [tool.ruff] From 0f4176657514109baca97e2290ef91b12c004225 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Tue, 6 Jan 2026 12:06:46 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-integration.yml | 2 +- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- binder/environment.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index 800b6cac..a68fec4c 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -14,7 +14,7 @@ dependencies: - gpaw =25.7.0 - hatchling =1.28.0 - hatch-vcs =0.5.0 -- ipython =9.0.2 +- ipython =9.9.0 - matplotlib =3.10.6 - networkx =3.4.2 - pygraphviz =1.14 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 089616ef..b760bc6a 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -8,7 +8,7 @@ dependencies: - h5py =3.15.1 - hatchling =1.28.0 - hatch-vcs =0.5.0 -- ipython =9.0.2 +- ipython =9.9.0 - mpi4py =4.1.1 - networkx =3.4.2 - pygraphviz =1.14 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index daab9c8e..2e7260cf 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -8,7 +8,7 @@ dependencies: - h5py =3.15.1 - hatchling =1.28.0 - hatch-vcs =0.5.0 -- ipython =9.0.2 +- ipython =9.9.0 - mpi4py =4.1.1 - networkx =3.4.2 - pygraphviz =1.14 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 97572df8..9220a269 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -8,7 +8,7 @@ dependencies: - h5py =3.15.1 - hatchling =1.28.0 - hatch-vcs =0.5.0 -- ipython =9.0.2 +- ipython =9.9.0 - mpi4py =4.1.1 - networkx =3.4.2 - pygraphviz =1.14 diff --git a/binder/environment.yml b/binder/environment.yml index b7c55441..732ed3f2 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -10,7 +10,7 @@ dependencies: - hatchling =1.28.0 - hatch-vcs =0.5.0 - h5py =3.15.1 -- ipython =9.0.2 +- ipython =9.9.0 - matplotlib =3.10.0 - mpi4py =4.1.1 - networkx =3.4.2