From 2d5d2146d9e70d0d53113a6ac64bddf3da3a839b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:18:50 +0000 Subject: [PATCH] Bump ipython from 8.23.0 to 8.26.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.23.0 to 8.26.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.23.0...8.26.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37d53f21864..54b5a1b8832 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ ci_benchmark = [ "pandas<2.2", # To avoid conflict with nncf==2.9.0 "matplotlib==3.8.4", "nbconvert==7.16.3", - "ipython==8.23.0", + "ipython==8.26.0", "ipykernel==6.29.4", "openpyxl==3.1.4", ]