python313Packages.bc-detect-secrets: 1.5.44 -> 1.5.45

Diff: https://github.com/bridgecrewio/detect-secrets/compare/1.5.44...1.5.45
This commit is contained in:
Fabian Affolter
2025-09-11 18:57:26 +02:00
parent 3d603536da
commit 5a4041eb31
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.44";
version = "1.5.45";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
tag = version;
hash = "sha256-cEhZo/HfCp6Cpx2zEX7THQQJH264NJvoCRrM+ci3RrE=";
hash = "sha256-/0VHhKcYcXYXosInjsgBf6eR7kcfLiLSyxFuaIqTbiQ=";
};
build-system = [ setuptools ];