summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-02-28 12:02:07 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-02-28 12:02:07 +0100
commit39db09d87bc478ca14cdce86bbfaf6977bb88309 (patch)
treedc3bcef6571632d6f711520e4cf56e40c4835b76 /pkgs/development/python-modules
parentb8b1c733b2397dc3b45333a1c9c2929d69ed6f9f (diff)
python39Packages.bandit: 1.7.2 -> 1.7.3
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/bandit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bandit/default.nix b/pkgs/development/python-modules/bandit/default.nix
index 4a2a2803d3aa..0fcf5966d68d 100644
--- a/pkgs/development/python-modules/bandit/default.nix
+++ b/pkgs/development/python-modules/bandit/default.nix
@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "bandit";
- version = "1.7.2";
+ version = "1.7.3";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-bRGt6gIUpDgTiHv+caN3tamVXkyCbI/9NBtJTjqyUmA=";
+ sha256 = "sha256-WHcsqVG/ESndqKKA01FUfegycgv3tcKfrDEDknmAuKY=";
};
propagatedBuildInputs = [