From aa466cdbb851a5f6571ae1d1db0e50b2a8769690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 19:53:19 +0000 Subject: [PATCH] Bump ipython from 7.8.0 to 8.10.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.8.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.8.0...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development ... 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 92722f404..9db281821 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ ipdb==0.12.2 -ipython==7.8.0 +ipython==8.10.0 twine==3.1.1 mypy==0.782 pip-upgrader==1.4.15