From e62d2a4c972431536c4c8ea6b607dc8d3278e7fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:07:36 +0100 Subject: [PATCH] BUILD: update ipython requirement from <8.30,>=7.30.0 to >=7.30.0,<8.31 (#5508) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ca972459436..bd26f79f2b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ integration-tests = [ "pytest-cov>=4.0.0,<6.1", ] tests = [ - "ipython>=7.30.0,<8.30", + "ipython>=7.30.0,<8.31", "joblib>=1.0.0,<1.5", "matplotlib>=3.5.0,<3.10", "mock>=5.1.0,<5.2", @@ -132,7 +132,7 @@ installer = [ "SRTM.py", "utm", "jupyterlab>=3.6.0,<4.4", - "ipython>=7.30.0,<8.30", + "ipython>=7.30.0,<8.31", "ipyvtklink>=0.2.0,<0.2.4", ]