From 2ea7fe4ec5783ef0ef67792243b24f1d187b6a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:53:41 +0000 Subject: [PATCH] build(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0955832..a1e74af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dev = [ "black==24.10.0", "build==1.2.2", "flake8==7.1.1", - "ipython==8.28.0", + "ipython==8.29.0", "isort==5.13.2", "pylint==3.3.1", "pytest-cov==5.0.0",