From d5bf2a786e3836c9529b56fc7027db1b3c53de2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 22:34:17 +0000 Subject: [PATCH] Bump ipython from 7.34.0 to 8.10.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.34.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.34.0...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6776ecea..793b0321 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # specified in the docker container requirements files. 'google-auth==2.17.3', 'ipykernel==5.5.6', - 'ipython==7.34.0', + 'ipython==8.10.0', 'notebook==6.4.8', 'pandas==1.5.3', 'portpicker==1.5.2',