summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-02-27 17:43:41 +0200
committerKhem Raj <raj.khem@gmail.com>2026-03-02 19:25:58 -0800
commitd20dff364df10325e48e41e2bc7857159a189dec (patch)
treef32cb1469e59e7fdc976bfc2e9511fcb55a13d78 /meta-python/recipes-devtools
parenta4b7568e50196995154ae8df6522e3b832a78c20 (diff)
downloadmeta-openembedded-d20dff364df10325e48e41e2bc7857159a189dec.tar.gz
python3-bandit: Upgrade 1.9.3 -> 1.9.4
Upgrade to release 1.9.4: - chore: fixed some typos in comments - Fix B613 crash when reading from stdin - Include filename in nosec 'no failed test' warning - Fix B615 false positive when revision is set via variable - Lower version guard in check_ast_node to Python 3.12 - Fix B106 reporting wrong line number on multiline function calls Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb (renamed from meta-python/recipes-devtools/python/python3-bandit_1.9.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.9.3.bb b/meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb
index 18387a6e74..d8e6f9da87 100644
--- a/meta-python/recipes-devtools/python/python3-bandit_1.9.3.bb
+++ b/meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb
@@ -2,7 +2,7 @@ SUMMARY = "Security oriented static analyser for python code."
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
4 4
5SRC_URI[sha256sum] = "ade4b9b7786f89ef6fc7344a52b34558caec5da74cb90373aed01de88472f774" 5SRC_URI[sha256sum] = "b589e5de2afe70bd4d53fa0c1da6199f4085af666fde00e8a034f152a52cd628"
6 6
7DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" 7DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
8 8