Merge pull request #303288 from fabaff/checkov-bump

checkov: 3.2.55 -> 3.2.60
This commit is contained in:
Fabian Affolter 2024-04-11 10:50:01 +02:00 committed by GitHub
commit 762b3b24c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.2.55";
version = "3.2.60";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-uhR+DnedQ2xn90/cCrZknBeV15WLzPWnoNRszz2vC3w=";
hash = "sha256-uHHNbfapnMDhIsOHRAsxNuRCvf6N3Wui/lU5lQpr+7Y=";
};
patches = [ ./flake8-compat-5.x.patch ];
@ -40,10 +40,13 @@ python3.pkgs.buildPythonApplication rec {
];
build-system = with python3.pkgs; [
pythonRelaxDepsHook
setuptools-scm
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
dependencies = with python3.pkgs; [
aiodns
aiohttp