From e0080214060bbb01efd5f4dc265a84d382abf738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:04:54 +0000 Subject: [PATCH] Bump ipython from 8.5.0 to 8.10.0 in /custom-nb-image/requirements Bumps [ipython](https://github.com/ipython/ipython) from 8.5.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.5.0...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- custom-nb-image/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-nb-image/requirements/requirements.txt b/custom-nb-image/requirements/requirements.txt index 35b5d5591..734babc97 100644 --- a/custom-nb-image/requirements/requirements.txt +++ b/custom-nb-image/requirements/requirements.txt @@ -72,7 +72,7 @@ importlib-metadata==4.12.0; python_version < '3.10' importlib-resources==5.9.0; python_version < '3.9' ipykernel==6.16.0; python_version >= '3.7' ipython-genutils==0.2.0 -ipython==8.5.0; python_version >= '3.8' +ipython==8.10.0; python_version >= '3.8' ipywidgets==8.0.2 iso8601==1.1.0; python_version < '4' and python_full_version >= '3.6.2' jedi==0.18.1; python_version >= '3.6'