Skip to content

Commit

Permalink
Bump ipython from 8.29.0 to 8.30.0 (#511)
Browse files Browse the repository at this point in the history
* 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](ipython/ipython@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] <[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 Nov 29, 2024
1 parent ac47e44 commit 9a8de67
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 @@ -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
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2
- ipython =8.29.0
- ipython =8.30.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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]
Expand Down

0 comments on commit 9a8de67

Please sign in to comment.