Skip to content

Commit 20cb400

Browse files
Bump ipython from 9.0.2 to 9.9.0 (#883)
* 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](ipython/ipython@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] <[email protected]> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <[email protected]>
1 parent 7b357c5 commit 20cb400

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- gpaw =25.7.0
1515
- hatchling =1.28.0
1616
- hatch-vcs =0.5.0
17-
- ipython =9.0.2
17+
- ipython =9.9.0
1818
- matplotlib =3.10.6
1919
- networkx =3.4.2
2020
- pygraphviz =1.14

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- h5py =3.15.1
99
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
11-
- ipython =9.0.2
11+
- ipython =9.9.0
1212
- mpi4py =4.1.1
1313
- networkx =3.4.2
1414
- pygraphviz =1.14

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- h5py =3.15.1
99
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
11-
- ipython =9.0.2
11+
- ipython =9.9.0
1212
- mpi4py =4.1.1
1313
- networkx =3.4.2
1414
- pygraphviz =1.14

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- h5py =3.15.1
99
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
11-
- ipython =9.0.2
11+
- ipython =9.9.0
1212
- mpi4py =4.1.1
1313
- networkx =3.4.2
1414
- pygraphviz =1.14

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- hatchling =1.28.0
1111
- hatch-vcs =0.5.0
1212
- h5py =3.15.1
13-
- ipython =9.0.2
13+
- ipython =9.9.0
1414
- matplotlib =3.10.0
1515
- mpi4py =4.1.1
1616
- networkx =3.4.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ graph = [
4848
graphnotebook = [
4949
"pygraphviz==1.14",
5050
"networkx==3.4.2",
51-
"ipython==9.0.2",
51+
"ipython==9.9.0",
5252
]
5353
mpi = ["mpi4py==4.1.1"]
5454
cluster = [
@@ -61,7 +61,7 @@ all = [
6161
"h5py==3.15.1",
6262
"pygraphviz==1.14",
6363
"networkx==3.4.2",
64-
"ipython==9.0.2",
64+
"ipython==9.9.0",
6565
]
6666

6767
[tool.ruff]

0 commit comments

Comments
 (0)