From 16ffade93bc06cadab8de7214a16cae824f58244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 01:37:20 +0000 Subject: [PATCH] Bump ipython from 8.2.0 to 8.10.0 in /src/requirements Bumps [ipython](https://github.com/ipython/ipython) from 8.2.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.2.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 4b94491..27c6660 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -19,5 +19,5 @@ yet-another-django-profiler == 1.1.0 # Debugging django-debugtools == 2.0 -ipython == 8.2.0 +ipython == 8.10.0 ptpython == 3.0.20