From d6a893eaff4477314c771517976b97dd914b5b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:23:30 +0000 Subject: [PATCH] build(deps-dev): Bump debugpy from 1.8.20 to 1.8.21 in /py-oxbow Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.8.20 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- py-oxbow/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-oxbow/pyproject.toml b/py-oxbow/pyproject.toml index ce85622..dbc3598 100644 --- a/py-oxbow/pyproject.toml +++ b/py-oxbow/pyproject.toml @@ -36,7 +36,7 @@ issues = "https://github.com/abdenlab/oxbow/issues" [dependency-groups] dev = [ - "debugpy==1.8.20", + "debugpy==1.8.21", "pytest>=8.3.5", "pytest-manifest==1.0", "pytest-mock",