diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 2031c9de..07d4adb4 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -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 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index e58d7df8..2f9e330a 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -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 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 142bb419..9abcee3f 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -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 diff --git a/binder/environment.yml b/binder/environment.yml index a598ce5e..8a11e290 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -15,4 +15,4 @@ dependencies: - networkx =3.4.2 - pygraphviz =1.14 - pysqa =0.2.2 -- ipython =8.29.0 +- ipython =8.30.0 diff --git a/pyproject.toml b/pyproject.toml index a312b9b5..bf14086e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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]