From 05b9b434f938f8053a13c16cf15ebd85f782c10b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 17:34:44 -0300 Subject: [PATCH] build(deps-dev): update ipdb requirement from ~=0.13.11 to ~=0.13.13 (#35) Updates the requirements on [ipdb](https://github.com/gotcha/ipdb) to permit the latest version. - [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.13.11...0.13.13) --- updated-dependencies: - dependency-name: ipdb dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index dcb4abf..c3add1b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -r requirements.txt -ipdb ~= 0.13.11 +ipdb ~= 0.13.13