prowler: 5.6.0 -> 5.7.1

Changelog: https://github.com/prowler-cloud/prowler/releases/tag/5.7.1
This commit is contained in:
Fabian Affolter 2025-05-23 12:07:16 +02:00
parent e396b3f7d4
commit 6804651ee7

View file

@ -21,14 +21,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "prowler";
version = "5.6.0";
version = "5.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "prowler-cloud";
repo = "prowler";
tag = version;
hash = "sha256-+AZEeWvkG8abC44WmVjDzZ9BT+MrLp5+iLDOMmN0aN4=";
hash = "sha256-gs/upAQLdMfmoWQrl1wS1wo/8gpmkuRv/tuWhviqSMU=";
};
pythonRelaxDeps = true;
@ -75,6 +75,7 @@ py.pkgs.buildPythonApplication rec {
pandas
py-ocsf-models
pydantic_1
pygithub
python-dateutil
pytz
schema