From 649eba2b95c8ae59bc198b2dea17bcf3e62c1535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:45:29 +0000 Subject: [PATCH] Bump debugpy from 1.8.13 to 1.8.17 Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.8.13 to 1.8.17. - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.8.13...v1.8.17) --- updated-dependencies: - dependency-name: debugpy dependency-version: 1.8.17 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 76e3ba7a..2a2e23fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -81,7 +81,7 @@ cycler==0.12.1 # via matplotlib dash==3.0.2 # via smact (pyproject.toml) -debugpy==1.8.13 +debugpy==1.8.17 # via ipykernel decorator==5.2.1 # via ipython