Unverified Commit a54ec715 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #156726 from fabaff/bump-checkov

checkov: 2.0.753 -> 2.0.762
parents 42be3aec edf59fe7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "qcs-api-client";
  version = "0.20.9";
  version = "0.20.10";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "rigetti";
    repo = "qcs-api-client-python";
    rev = "v${version}";
    hash = "sha256-bQ+5TZzjxGnNRsENEW/sN7sF6SOcgWl4MFtLekD0D+8=";
    hash = "sha256-pBC8pFrk6iNYPS3/LKaVo+ds2okN56bxzvffEfs6SrU=";
  };

  nativeBuildInputs = [
+4 −3
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "checkov";
  version = "2.0.753";
  version = "2.0.762";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = version;
    hash = "sha256-6CBe4BuztW3EoLWqGmuRmWfVfb1gP5cPEzYnyBtPEsE=";
    hash = "sha256-7YINKTvEAAOGoGkc4t2YwuMBF4rvOxRD2XhJxJBWvis=";
  };

  nativeBuildInputs = with py.pkgs; [
@@ -81,7 +81,8 @@ buildPythonApplication rec {

  postPatch = ''
    substituteInPlace setup.py \
      --replace "cyclonedx-python-lib>=0.11.0,<1.0.0" "cyclonedx-python-lib>=0.11.0"
      --replace "cyclonedx-python-lib>=0.11.0,<1.0.0" "cyclonedx-python-lib>=0.11.0" \
      --replace "prettytable>=3.0.0" "prettytable"
  '';

  preCheck = ''