python3Packages.bandit: 1.9.3 -> 1.9.4

This commit is contained in:
R. Ryantm
2026-02-25 12:27:18 +00:00
parent 24e52c76ea
commit 4962f394ee
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "bandit";
version = "1.9.3";
version = "1.9.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-reS5t3hvie9vxzRKUrNFWMrsXadMuQNzrtAd6IRy93Q=";
hash = "sha256-tYnl3ir+cL1NU/oMHaYZn0CFr2Zv3gDooDTxUqUs1ig=";
};
build-system = [ pbr ];