Merge pull request #106882 from r-ryantm/auto-update/python3.7-bandit

python37Packages.bandit: 1.6.3 -> 1.7.0
This commit is contained in:
Mario Rodas 2020-12-14 07:57:18 -05:00 committed by GitHub
commit 3aa86f28fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "bandit";
version = "1.6.3";
version = "1.7.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "d02dfe250f4aa2d166c127ad81d192579e2bfcdb8501717c0e2005e35a6bcf60";
sha256 = "8a4c7415254d75df8ff3c3b15cfe9042ecee628a1e40b44c15a98890fbfc2608";
};
propagatedBuildInputs = [