From 8c2d9c5440ced43e88a0cdc764bb4915d6e297d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:12:30 +0000 Subject: [PATCH] chore(deps-dev): bump pdbpp from 0.11.7 to 0.12.1 Bumps [pdbpp](https://github.com/bretello/pdbpp) from 0.11.7 to 0.12.1. - [Release notes](https://github.com/bretello/pdbpp/releases) - [Changelog](https://github.com/bretello/pdbpp/blob/master/CHANGELOG) - [Commits](https://github.com/bretello/pdbpp/compare/0.11.7...0.12.1) --- updated-dependencies: - dependency-name: pdbpp dependency-version: 0.12.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 86a5fdef..5d3c7a1f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -363,14 +363,14 @@ files = [ [[package]] name = "pdbpp" -version = "0.11.7" +version = "0.12.1" description = "pdb++, a drop-in replacement for pdb" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "pdbpp-0.11.7-py3-none-any.whl", hash = "sha256:51916b63693898cf4881b36b4501c83947758d73f582f1f84893662b163bdb75"}, - {file = "pdbpp-0.11.7.tar.gz", hash = "sha256:cb6604ac31a35ed0f2a29650a8c022b26284620be3e01cfd41b683b91da1ff14"}, + {file = "pdbpp-0.12.1-py3-none-any.whl", hash = "sha256:3828809519439f468c9475c4c2cbb3899f2f5ba40e79c207d90eabe4c2373f5e"}, + {file = "pdbpp-0.12.1.tar.gz", hash = "sha256:932cc5963760105e33607f44a1a3b83d28096d7dbf055b77b527c5c70a1dafef"}, ] [package.dependencies] @@ -378,7 +378,7 @@ fancycompleter = ">=0.11.0" pygments = "*" [package.extras] -testing = ["ipython", "pexpect", "pytest", "pytest-cov"] +testing = ["coverage (<7.11.1)", "ipython", "pexpect", "pytest", "pytest-cov"] [[package]] name = "platformdirs" @@ -743,4 +743,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "2b0ad52c2e740bb2e938bc511029a85537ff92744ead4b6c868ce142178b9317" +content-hash = "539a9e449c707c3d7a6a2da88e10e63d03c3d5c842b9f3b33e4f92e30a57f9bc" diff --git a/pyproject.toml b/pyproject.toml index a0d9297d..e1312136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ gcmmock = "behaving.notifications.gcm.mock:main" [tool.poetry.group.dev.dependencies] ruff = ">=0.8.4,<0.15.0" black = ">=24.10,<26.0" -pdbpp = ">=0.10.3,<0.12.0" +pdbpp = ">=0.10.3,<0.13.0" [tool.ruff]