From bd2a3a70af0058ac0ac9124792dba770da552ea0 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas.kluyver@xfel.eu> Date: Mon, 16 Dec 2024 15:41:01 +0000 Subject: [PATCH] Update IPython to 8.30.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a4bbd1d25..560209023 100644 --- a/setup.py +++ b/setup.py @@ -67,9 +67,9 @@ install_requires = [ "extra_geom==1.11.0", "gitpython==3.1.42", "h5py==3.10.0", - "ipykernel==6.29.3", + "ipykernel==6.29.5", "ipyparallel==8.6.1", - "ipython==8.22.1", + "ipython==8.30.0", "ipython_genutils==0.2.0", "jupyter-core==5.7.1", "jupyter_client==8.6.0", -- GitLab