From 5e74d6e2feb97dbd37d75961e38170be34c979a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:53:32 +0100 Subject: [PATCH] MAINT: Update ipython requirement from <8.29,>=8.13.0 to >=8.13.0,<8.30 (#175) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09fd86fb..e2b1a53c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ doc = [ "nbsphinx>=0.9.0,<0.10", "sphinx_design", "jupytext", - "ipython>=8.13.0,<8.29", + "ipython>=8.13.0,<8.30", "jupyterlab>=4.0.0,<4.4", "pypandoc>=1.10.0,<1.15", ]