From e956c7dd0a38f2ed97b1bb1fc2230c58afe8943b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 20:39:01 +0000 Subject: [PATCH] chore: bump ipython from 7.16.1 to 7.16.3 in /backend/requirements Bumps [ipython](https://github.com/ipython/ipython) from 7.16.1 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.16.1...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/development.txt b/backend/requirements/development.txt index 7b082a9..f097e20 100644 --- a/backend/requirements/development.txt +++ b/backend/requirements/development.txt @@ -11,5 +11,5 @@ autopep8==1.5.4 django-debug-toolbar==3.2.1 # Shell -ipython==7.16.1 +ipython==7.16.3 db-sqlite3==0.0.1