From 3b9376ac81a2eeb703533f68e2e03fa02c57d440 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 09:14:15 +0000 Subject: [PATCH] build(deps): bump ipdb from 0.12.3 to 0.13.3 Bumps [ipdb](https://github.com/gotcha/ipdb) from 0.12.3 to 0.13.3. - [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.12.3...0.13.3) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 14bf948..8bd10a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.8 -ipdb==0.12.3 +ipdb==0.13.3 ipython==7.11.1 pytest==5.3.4 typing==3.7.4.1