Merge pull request #299007 from fabaff/bc-detect-secrets-bump

python312Packages.bc-detect-secrets: 1.5.4 -> 1.5.5
This commit is contained in:
Fabian Affolter 2024-03-25 23:55:17 +01:00 committed by GitHub
commit d45ed1cac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "bc-detect-secrets"; pname = "bc-detect-secrets";
version = "1.5.4"; version = "1.5.5";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -25,14 +25,14 @@ buildPythonPackage rec {
owner = "bridgecrewio"; owner = "bridgecrewio";
repo = "detect-secrets"; repo = "detect-secrets";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-Gm8PYN9vqYkGaGKpLZkx0Ehd1P3G2d5LkSjWXxpPerI="; hash = "sha256-05hxc34ecSoAp0GBVf9yq2BC928wxZOLZJHAbJ7cdtk=";
}; };
nativeBuildInputs = [ build-system = [
setuptools setuptools
]; ];
propagatedBuildInputs = [ dependencies = [
pyyaml pyyaml
requests requests
unidiff unidiff