From f23f9f9250cece45d753e8db68169342293005af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:24:54 +0000 Subject: [PATCH] chore(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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7dfcf114..ccf40d80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ gunicorn==22.0.0; python_version >= '3.7' h11==0.13.0; python_version >= '3.7' idna==3.3; python_version >= '3.5' iniconfig==2.0.0; python_version >= '3.7' -ipdb==0.13.9; python_version >= '3.5' +ipdb==0.13.13; python_version >= '3.5' ipython==7.31.1; python_version >= '3.7' jedi==0.18.1; python_version >= '3.6' matplotlib-inline==0.1.3; python_version >= '3.7'