Skip to content

Commit d3b5597

Browse files
dependabot[bot]pyiron-runnerjan-janssen
authored
Bump ipython from 8.33.0 to 9.0.0 (#597)
* Bump ipython from 8.33.0 to 9.0.1 Bumps [ipython](https://github.com/ipython/ipython) from 8.33.0 to 9.0.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.33.0...9.0.1) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update environment * Update pyproject.toml * Update environment.yml * Update environment-mpich.yml * Update environment-openmpi.yml * Update environment-win.yml * Update pipeline.yml --------- 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]> Co-authored-by: Jan Janssen <[email protected]>
1 parent 24d8631 commit d3b5597

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- h5py =3.13.0
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
13-
- ipython =8.33.0
13+
- ipython =9.0.0
1414
- pysqa =0.2.3
1515
- setuptools =75.1.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies:
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
1313
- pysqa =0.2.3
14-
- ipython =8.33.0
14+
- ipython =9.0.0
1515
- setuptools =75.1.0

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ dependencies:
1010
- h5py =3.13.0
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
13-
- ipython =8.33.0
13+
- ipython =9.0.0
1414
- setuptools =75.1.0

.github/workflows/pipeline.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,6 @@ jobs:
259259
- operating-system: ubuntu-latest
260260
python-version: '3.11'
261261

262-
- operating-system: ubuntu-latest
263-
python-version: '3.10'
264-
265262
steps:
266263
- uses: actions/checkout@v4
267264
- name: Conda config
@@ -300,9 +297,6 @@ jobs:
300297
- operating-system: ubuntu-latest
301298
python-version: '3.11'
302299

303-
- operating-system: ubuntu-latest
304-
python-version: '3.10'
305-
306300
steps:
307301
- uses: actions/checkout@v4
308302
- name: Conda config

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dependencies:
1515
- networkx =3.4.2
1616
- pygraphviz =1.14
1717
- pysqa =0.2.3
18-
- ipython =8.33.0
18+
- ipython =9.0.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ graph = [
4444
graphnotebook = [
4545
"pygraphviz==1.14",
4646
"networkx==3.4.2",
47-
"ipython==8.33.0",
47+
"ipython==9.0.0",
4848
]
4949
mpi = ["mpi4py==4.0.1"]
5050
cluster = [
@@ -57,7 +57,7 @@ all = [
5757
"h5py==3.13.0",
5858
"pygraphviz==1.14",
5959
"networkx==3.4.2",
60-
"ipython==8.33.0",
60+
"ipython==9.0.0",
6161
]
6262

6363
[tool.ruff]

0 commit comments

Comments
 (0)