diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 4e2df51b..ccde13ed 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -11,4 +11,4 @@ dependencies: - matplotlib =3.9.2 - networkx =3.4.2 - pygraphviz =1.14 -- ipython =8.28.0 +- ipython =8.29.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 83df679d..973513fc 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -11,4 +11,4 @@ dependencies: - matplotlib =3.9.2 - networkx =3.4.2 - pygraphviz =1.14 -- ipython =8.28.0 +- ipython =8.29.0 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 610f6b67..edae76c8 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -11,4 +11,4 @@ dependencies: - matplotlib =3.9.2 - networkx =3.4.2 - pygraphviz =1.14 -- ipython =8.28.0 +- ipython =8.29.0 diff --git a/pyproject.toml b/pyproject.toml index c5d73fd9..5fff829f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ graph = [ "pygraphviz==1.14", "matplotlib==3.9.2", "networkx==3.4.2", - "ipython==8.28.0", + "ipython==8.29.0", ] [tool.setuptools.packages.find]