python313Packages.bc-detect-secrets: 1.5.34 -> 1.5.36

Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.5.34...1.5.36
This commit is contained in:
Fabian Affolter
2025-02-22 21:04:26 +01:00
parent 53cf148d36
commit aca98b7c46
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.34";
version = "1.5.36";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
tag = version;
hash = "sha256-i03xAtdZUnKvhZTMw4AmavdGRC9hSf5FpdroJC/UQaU=";
hash = "sha256-kfBiVWKS8zgG8CgmUBSc/utWaHgluubZ8zpZuIAVjUU=";
};
build-system = [ setuptools ];