From 742c7d332115ee19902483508c6259b2487e8bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:38:53 +0200 Subject: [PATCH] Bump bc-detect-secrets from 1.5.15 to 1.5.16 (#186) Bumps [bc-detect-secrets](https://github.com/bridgecrewio/detect-secrets) from 1.5.15 to 1.5.16. - [Changelog](https://github.com/bridgecrewio/detect-secrets/blob/master/CHANGELOG.md) - [Commits](https://github.com/bridgecrewio/detect-secrets/compare/1.5.15...1.5.16) --- updated-dependencies: - dependency-name: bc-detect-secrets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleksandr Yaremchuk --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c6b9d16..a4f3d022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ requires-python = ">=3.9,<3.13" dependencies = [ - "bc-detect-secrets==1.5.15", + "bc-detect-secrets==1.5.16", "faker>=26.0.0,<29", "fuzzysearch>=0.7,<0.9", "json-repair>=0.25.2,<0.30",