From 14df5aac243d41fc74b566270f90f9e97dccf9a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 07:06:55 +0000 Subject: [PATCH] BUILD: update ipython requirement from <8.31,>=7.30.0 to >=7.30.0,<8.32 Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.30.0...8.31.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92d164d2a73..2e45dbd248a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ integration-tests = [ "pytest-cov>=4.0.0,<6.1", ] tests = [ - "ipython>=7.30.0,<8.31", + "ipython>=7.30.0,<8.32", "joblib>=1.0.0,<1.5", "matplotlib>=3.5.0,<3.11", "mock>=5.1.0,<5.2", @@ -134,7 +134,7 @@ installer = [ "SRTM.py", "utm", "jupyterlab>=3.6.0,<4.4", - "ipython>=7.30.0,<8.31", + "ipython>=7.30.0,<8.32", "ipyvtklink>=0.2.0,<0.2.4", ]