From 878d4f7e5a503349b926d317debef2af9916b97f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:28:46 +0000 Subject: [PATCH] chore(deps): bump ipython from 7.31.1 to 8.10.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.31.1 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.31.1...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ca9b0fb..2abe0e2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ h11==0.13.0; python_version >= '3.7' idna==3.3; python_version >= '3.5' iniconfig==2.0.0; python_version >= '3.7' ipdb==0.13.9; python_version >= '3.5' -ipython==7.31.1; python_version >= '3.7' +ipython==8.10.0; python_version >= '3.7' jedi==0.18.1; python_version >= '3.6' matplotlib-inline==0.1.3; python_version >= '3.7' more-itertools==10.2.0; python_version >= '3.5'