From 9362e859c8b0d900b037a887532627c3c79260ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:25:23 +0000 Subject: [PATCH] chore(deps-dev): bump ipython from 8.30.0 to 8.31.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.30.0 to 8.31.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.30.0...8.31.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7dab49ec733c..fc05faab091c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -44,7 +44,7 @@ identify==2.6.1 # via pre-commit iniconfig==2.0.0 # via pytest -ipython==8.30.0 +ipython==8.31.0 # via -r requirements-dev.in jedi==0.19.1 # via ipython