From f27d6ce0f210d184d4908bd4339c167fffacc051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:40:40 +0000 Subject: [PATCH] pip dev(deps-dev): bump debugpy from 1.8.5 to 1.8.6 in /eng Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.8.5...v1.8.6) --- 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 f07fa01590..3e374d1444 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.5 +debugpy==1.8.6 pytest==8.3.3 tox==4.18.1 coverage==7.6.1