From 1a896b17ec6c281e5a8c04597921b6369d2480e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 05:17:34 +0000 Subject: [PATCH] Bump ipdb from 0.12.2 to 0.13.6 Bumps [ipdb](https://github.com/gotcha/ipdb) from 0.12.2 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.12.2...0.13.6) 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..0fc4df5 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.6 pytest>=4.0.2 pytest-html<2.1.0 xlrd>=0.9.0 diff --git a/setup.py b/setup.py index 2c9c463..fbc5620 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.6', 'pytest>=4.0.2', 'pytest-html<2.1.0', 'xlrd>=0.9.0',