From 7fcec48291b620cd8bce01a90efea47bef534202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:45:57 +0000 Subject: [PATCH] build(deps): bump ipdb from 0.13.9 to 0.13.13 Bumps [ipdb](https://github.com/gotcha/ipdb) from 0.13.9 to 0.13.13. - [Changelog](https://github.com/gotcha/ipdb/blob/master/HISTORY.txt) - [Commits](https://github.com/gotcha/ipdb/compare/0.13.9...0.13.13) --- updated-dependencies: - dependency-name: ipdb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 8a08339..d87a2ba 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,7 +1,7 @@ -r base.txt Werkzeug[watchdog]==2.1.1 # https://github.com/pallets/werkzeug -ipdb==0.13.9 # https://github.com/gotcha/ipdb +ipdb==0.13.13 # https://github.com/gotcha/ipdb psycopg2==2.9.3 # https://github.com/psycopg/psycopg2 # Testing