From 3aaf88b92862892fe02926d60f9ccf1e45376ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:00:29 +0000 Subject: [PATCH] :arrow_up: Update ipython requirement from <=8.14.0 to <=8.16.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.16.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 874eb193..679bcefa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ tutorials = [ "matplotlib", "datasets>=2.8.0", "scikit-learn>=1.1.1", - "ipython<=8.14.0", + "ipython<=8.16.0", ] sklearn = [ "scikit-learn>=1.1.1",