From 6a3bcd1ed656ca31820f53872111c88e4a526eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:40:11 +0000 Subject: [PATCH] Bump ipython from 7.32.0 to 8.10.0 in /src/requirements Bumps [ipython](https://github.com/ipython/ipython) from 7.32.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.32.0...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/dev.txt b/src/requirements/dev.txt index 52aee734..1d7d4bc7 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -23,5 +23,5 @@ yet-another-django-profiler == 1.1.0 # Debugging django-debugtools == 2.0 -ipython == 7.32.0 +ipython == 8.10.0 ptpython == 3.0.20