From 651cd95840b44a01e5824a083b0497430be952e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:44:17 +0000 Subject: [PATCH] Update ipython requirement from <9,>=8 to >=8,<10 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.0.0...9.0.1) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72dab7d59..60c33f0e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "build", # some integration tests depend on the databricks-sdk-py wheel ] notebook = [ - "ipython>=8,<9", + "ipython>=8,<10", "ipywidgets>=8,<9", ] openai = [