From 22b10525e08877d645e30217cb1a5c3b8f77bd05 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 05:18:54 +0000 Subject: [PATCH] Bump ipdb from 0.12.2 to 0.13.9 Bumps [ipdb](https://github.com/gotcha/ipdb) from 0.12.2 to 0.13.9. - [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.9) 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..b0c0b34 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.9 pytest>=4.0.2 pytest-html<2.1.0 xlrd>=0.9.0 diff --git a/setup.py b/setup.py index 2c9c463..b03bd6f 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.9', 'pytest>=4.0.2', 'pytest-html<2.1.0', 'xlrd>=0.9.0',