From 531073d5ecb6bae128367e596e37c0294551760a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 14:52:11 +0200 Subject: [PATCH] Bump debugpy from 1.5.0 to 1.5.1 (#3242) Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: debugpy dependency-type: direct:production update-type: version-update:semver-patch ... 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 a740e7b76..815404800 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.5.0 +debugpy==1.5.1 deepmerge==0.3.0 docker==5.0.3 gitpython==3.1.24