From b5e5001f43700e85fd48e2fbd84d410a6168d36f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 05:36:19 +0000 Subject: [PATCH] Bump ipdb from 0.12.2 to 0.13.3 Bumps [ipdb](https://github.com/gotcha/ipdb) from 0.12.2 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.2...0.13.3) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fff0a0e..62105f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ pycodestyle<2.6.0,>=2.5.0 pandas==0.24.2 urllib3==1.25.7 requests>=2.21.0 -ipdb==0.12.2 +ipdb==0.13.3 pytest>=4.0.2 pytest-html<2.1.0 xlrd>=0.9.0 diff --git a/setup.py b/setup.py index 2c9c463..1f01d9c 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ 'pandas==0.24.2', 'urllib3==1.25.7', 'requests>=2.21.0', - 'ipdb==0.12.2', + 'ipdb==0.13.3', 'pytest>=4.0.2', 'pytest-html<2.1.0', 'xlrd>=0.9.0',