From 2fdfc573a0ac12da9fd9a9707f293c022fcb7f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:22:36 +0000 Subject: [PATCH] Update debugpy requirement in /.dev in the python group Updates the requirements on [debugpy](https://github.com/microsoft/debugpy) to permit the latest version. Updates `debugpy` to 1.8.21 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.8.20...v1.8.21) --- updated-dependencies: - dependency-name: debugpy dependency-version: 1.8.21 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- .dev/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev/requirements_dev.txt b/.dev/requirements_dev.txt index 29812fa..0f4a813 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -1,4 +1,4 @@ -debugpy>=1.8.20 +debugpy>=1.8.21 fakeredis~=2.36 httpx~=0.28.1 invoke~=3.0