From 1e664a3036b52e57bc47b79eb8b9eb2879e6e861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 08:42:50 +0200 Subject: [PATCH] BUILD: update ipython requirement from <8.28,>=7.30.0 to >=7.30.0,<8.29 (#5253) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f1fde6412d..4bc31e33e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "ipython>=7.30.0,<8.28", + "ipython>=7.30.0,<8.29", "joblib>=1.0.0,<1.5", "matplotlib>=3.5.0,<3.10", "mock>=5.1.0,<5.2", @@ -113,7 +113,7 @@ installer = [ "SRTM.py", "utm", "jupyterlab>=3.6.0,<4.3", - "ipython>=7.30.0,<8.28", + "ipython>=7.30.0,<8.29", "ipyvtklink>=0.2.0,<0.2.4", ]