From 1c4f39d56d7b31cc740cb61b9cd53e08a185ac34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:14:28 +0000 Subject: [PATCH] Bump ipdb from 0.13.9 to 0.13.11 Bumps [ipdb](https://github.com/gotcha/ipdb) from 0.13.9 to 0.13.11. - [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: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 f49cc24..043ed86 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,7 +1,7 @@ -r base.txt Werkzeug[watchdog]==2.2.2 # https://github.com/pallets/werkzeug -ipdb==0.13.9 # https://github.com/gotcha/ipdb +ipdb==0.13.11 # https://github.com/gotcha/ipdb psycopg2==2.9.5 # https://github.com/psycopg/psycopg2 watchfiles==0.18.1 # https://github.com/samuelcolvin/watchfiles