From c3fcb5b18502b3769bafa0e978d3f96522db2726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:42:09 +0100 Subject: [PATCH] BUILD: Update ipython requirement from <8.31,>=8.13.0 to >=8.13.0,<8.32 (#955) 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/8.13.0...8.31.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 730bdd4e69..c478aa980d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tests = [ doc = [ "ansys-sphinx-theme>=0.10.0,<1.1", "imageio>=2.30.0,<2.37", - "ipython>=8.13.0,<8.31", + "ipython>=8.13.0,<8.32", "jupyterlab>=4.0.0,<4.4", "jupytext>=1.16.0,<1.17", "matplotlib>=3.5.0,<3.10",