Merge pull request #298867 from fabaff/checkov-bump

checkov: 3.2.43 -> 3.2.44
This commit is contained in:
Nick Cao 2024-03-25 11:58:19 -04:00 committed by GitHub
commit 2d6adae200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.2.43";
version = "3.2.44";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-XzkMhI/+dOU0NJs9XW+jwbI6fZfC6cHFq0xFNw57kc8=";
hash = "sha256-/5kT+msrsiz9NuqEjeJNEdX/qbt8Ohuz2RNNYK6eqpw=";
};
patches = [
@ -39,12 +39,12 @@ python3.pkgs.buildPythonApplication rec {
"pycep-parser"
];
nativeBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
pythonRelaxDepsHook
setuptools-scm
];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
aiodns
aiohttp
aiomultiprocess