From 1804a870b90dbf5225eee82366237f27182a0ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 09:12:32 +0000 Subject: [PATCH] build(deps-dev): update ipdb requirement from ~=0.13.9 to ~=0.13.11 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.9...0.13.11) --- updated-dependencies: - dependency-name: ipdb dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a6172d2..dcb4abf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -r requirements.txt -ipdb ~= 0.13.9 +ipdb ~= 0.13.11