From 8f4502a6e0a34787764a145f2fc19d8074e39482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:37:56 +0000 Subject: [PATCH] chore(deps-dev): bump ipython from 8.28.0 to 8.29.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.28.0 to 8.29.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.28.0...8.29.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 a3ec83183758..a0446bd3dc21 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -42,7 +42,7 @@ identify==2.5.33 # via pre-commit iniconfig==2.0.0 # via pytest -ipython==8.28.0 +ipython==8.29.0 # via -r requirements-dev.in jedi==0.19.1 # via ipython