python313Packages.bc-detect-secrets: 1.5.42 -> 1.5.43

Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.5.42...refs/tags/1.5.43
This commit is contained in:
Fabian Affolter
2025-05-21 12:44:53 +02:00
parent f671791121
commit e2ad026c8b
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.42";
version = "1.5.43";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
tag = version;
hash = "sha256-ADK9zopoO7rOslJx3imxiKbziVK6oInfYHytgTVbq/w=";
hash = "sha256-A9qDkAi414wJ7cuAwr1r6FgIa1tOJb+EkAGsvFrw/Fo=";
};
build-system = [ setuptools ];