From c706247b0b1b3e3a6638140d9ddabb677e38771b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 03:16:06 +0000 Subject: [PATCH] pip dev(deps-dev): bump debugpy from 1.8.8 to 1.8.9 in /eng Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.8.8 to 1.8.9. - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.8.8...v1.8.9) --- updated-dependencies: - dependency-name: debugpy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- eng/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/dev_requirements.txt b/eng/dev_requirements.txt index c5aa8fd028d..d502d15a5e1 100644 --- a/eng/dev_requirements.txt +++ b/eng/dev_requirements.txt @@ -1,6 +1,6 @@ azure-pylint-guidelines-checker==0.0.8 colorama==0.4.6 -debugpy==1.8.8 +debugpy==1.8.9 pytest==8.3.3 tox==4.23.2 coverage==7.6.7