From 2193455243a3468c0b5d80e294ed9f529bd84744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:14:15 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update detect-secrets requirement Updates the requirements on [detect-secrets](https://github.com/Yelp/detect-secrets) to permit the latest version. - [Release notes](https://github.com/Yelp/detect-secrets/releases) - [Changelog](https://github.com/Yelp/detect-secrets/blob/master/CHANGELOG.md) - [Commits](https://github.com/Yelp/detect-secrets/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: detect-secrets dependency-version: 1.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5095d42..0851e1a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -30,5 +30,5 @@ pre-commit>=3.0.0,<5.0.0 # Security tools (using compatible versions) bandit[toml]>=1.7.0,<2.0.0 safety>=2.0.0,<4.0.0 -detect-secrets>=1.4.0,<2.0.0 +detect-secrets>=1.5.0,<2.0.0 yamllint>=1.33.0,<2.0.0 \ No newline at end of file