From 483692ddb95e5cb3cf892d2b08ed088afdee0fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:42:09 +0000 Subject: [PATCH] chore(deps): bump ipython from 7.31.1 to 8.23.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.31.1 to 8.23.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.31.1...8.23.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0286c4d2..b34ace01 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.23.0; python_version >= '3.7' jedi==0.18.1; python_version >= '3.6' matplotlib-inline==0.1.3; python_version >= '3.7' more-itertools==8.12.0; python_version >= '3.5'