From 87cb96eb6ea1d6c1841acdcc882e28ede09268d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 06:10:18 +0000 Subject: [PATCH] Bump ipdb from 0.11 to 0.13.6 Bumps [ipdb](https://github.com/gotcha/ipdb) from 0.11 to 0.13.6. - [Release notes](https://github.com/gotcha/ipdb/releases) - [Changelog](https://github.com/gotcha/ipdb/blob/master/HISTORY.txt) - [Commits](https://github.com/gotcha/ipdb/compare/0.11...0.13.6) Signed-off-by: dependabot-preview[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index bff305b..d476637 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,7 +1,7 @@ -r ./base.txt Werkzeug==0.14.1 # https://github.com/pallets/werkzeug -ipdb==0.11 # https://github.com/gotcha/ipdb +ipdb==0.13.6 # https://github.com/gotcha/ipdb Sphinx==1.7.5 # https://github.com/sphinx-doc/sphinx psycopg2-binary==2.7.5 # https://github.com/psycopg/psycopg2