From 07b982dd231c35ea13e14159752e359269194b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:19:50 +0000 Subject: [PATCH] Bump ipython from 8.19.0 to 8.21.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.19.0 to 8.21.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.19.0...8.21.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c52b567..5667e13 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -58,7 +58,7 @@ importlib-metadata==7.0.1 # via yapf iniconfig==2.0.0 # via pytest -ipython==8.19.0 +ipython==8.21.0 # via -r dev-requirements.in isort==5.13.2 # via