Skip to content

Commit

Permalink
Bump ipython from 8.31.0 to 8.32.0 (#553)
Browse files Browse the repository at this point in the history
* Bump ipython from 8.31.0 to 8.32.0

Bumps [ipython](https://github.com/ipython/ipython) from 8.31.0 to 8.32.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.31.0...8.32.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
  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]>
  • Loading branch information
dependabot[bot] and pyiron-runner authored Feb 3, 2025
1 parent 2a5c109 commit 5ec2a20
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
- h5py =3.12.1
- networkx =3.4.2
- pygraphviz =1.14
- ipython =8.31.0
- ipython =8.32.0
- pysqa =0.2.3
- setuptools =75.1.0
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- networkx =3.4.2
- pygraphviz =1.14
- pysqa =0.2.3
- ipython =8.31.0
- ipython =8.32.0
- setuptools =75.1.0
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies:
- h5py =3.12.1
- networkx =3.4.2
- pygraphviz =1.14
- ipython =8.31.0
- ipython =8.32.0
- setuptools =75.1.0
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dependencies:
- networkx =3.4.2
- pygraphviz =1.14
- pysqa =0.2.3
- ipython =8.31.0
- ipython =8.32.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ graph = [
graphnotebook = [
"pygraphviz==1.14",
"networkx==3.4.2",
"ipython==8.31.0",
"ipython==8.32.0",
]
mpi = ["mpi4py==4.0.1"]
submission = [
Expand All @@ -57,7 +57,7 @@ all = [
"h5py==3.12.1",
"pygraphviz==1.14",
"networkx==3.4.2",
"ipython==8.31.0",
"ipython==8.32.0",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 5ec2a20

Please sign in to comment.