From cc50a91a425e40ef5069da4ba217267358ed52b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 10:57:08 +0200 Subject: [PATCH] Bump debugpy from 1.4.3 to 1.5.0 (#3202) Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.4.3 to 1.5.0. - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.4.3...v1.5.0) --- updated-dependencies: - dependency-name: debugpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d2bbef4e7..c315a2d32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ ciso8601==2.2.0 colorlog==6.5.0 cpe==1.2.1 cryptography==3.4.6 -debugpy==1.4.3 +debugpy==1.5.0 deepmerge==0.3.0 docker==5.0.3 gitpython==3.1.24