From 77de15d1d5d852dc9c101404dbd856c3b96c7208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:42:16 +0000 Subject: [PATCH] :arrow_up: update ipython requirement from <=8.19.0 to <=8.21.0 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/rel-0.8.4...8.21.0) --- 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 230f8fcd..1b05be9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ tutorials = [ "matplotlib", "datasets>=2.8.0", "scikit-learn>=1.1.1", - "ipython<=8.19.0", + "ipython<=8.21.0", ] sklearn = ["scikit-learn>=1.1.1"]