Skip to content

Commit 0705bcc

Browse files
authored
Merge pull request #419 from pyiron/dependabot/pip/ipython-8.28.0
Bump ipython from 8.27.0 to 8.28.0
2 parents a354c7f + 5684f57 commit 0705bcc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
- matplotlib =3.9.2
1212
- networkx =3.4
1313
- pygraphviz =1.14
14-
- ipython =8.27.0
14+
- ipython =8.28.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
- matplotlib =3.9.2
1212
- networkx =3.4
1313
- pygraphviz =1.14
14-
- ipython =8.27.0
14+
- ipython =8.28.0

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
- matplotlib =3.9.2
1212
- networkx =3.4
1313
- pygraphviz =1.14
14-
- ipython =8.27.0
14+
- ipython =8.28.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ graph = [
4343
"pygraphviz==1.14",
4444
"matplotlib==3.9.2",
4545
"networkx==3.4",
46-
"ipython==8.27.0",
46+
"ipython==8.28.0",
4747
]
4848

4949
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)