From 0c1cada2981fd1897b4503ab9097485d7e7bb87a Mon Sep 17 00:00:00 2001 From: Evan Hubinger Date: Tue, 26 Sep 2023 19:49:08 -0700 Subject: [PATCH] Bump IPython --- coconut/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coconut/constants.py b/coconut/constants.py index f3cab0ac7..af3f4ce1b 100644 --- a/coconut/constants.py +++ b/coconut/constants.py @@ -987,7 +987,7 @@ def get_path_env_var(env_var, default): ("jupyter-console", "py37"): (6, 6), ("typing", "py<35"): (3, 10), ("typing_extensions", "py>=37"): (4, 7), - ("ipython", "py38"): (8,), + ("ipython", "py38"): (8, 15), ("ipykernel", "py38"): (6,), ("jedi", "py39"): (0, 19), ("pygments", "py>=39"): (2, 15),