From 79f01ffc32333e4fb953998a540a41b8ecbf9bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 19:52:09 +0000 Subject: [PATCH] chore(deps-dev): update cpex-secrets-detection requirement Updates the requirements on cpex-secrets-detection to permit the latest version. --- updated-dependencies: - dependency-name: cpex-secrets-detection dependency-version: 0.3.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dfe27067..10b1fa7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ secrets = [ # detector keys, so a defaults/schema change in a future minor could silently # alter what gets redacted rather than surface as an error. Pin the minor and # bump deliberately. - "cpex-secrets-detection>=0.1,<0.2", + "cpex-secrets-detection>=0.1,<0.4", ] # Benchmarking the redactors against external labeled corpora