diff mbox series

[meta-python] python3-bandit: upgrade 1.7.4 -> 1.7.5

Message ID 1678889082-20604-3-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-bandit: upgrade 1.7.4 -> 1.7.5 | expand

Commit Message

Mingyu Wang (Fujitsu) March 15, 2023, 2:04 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
    Add an example screen shot of Bandit to README #847
    Bad link to screen shot #848
    Use a constant for weak hashes #850
    Group location line with code output #822
    Fix line range using Python 3.8 end_lineno #821
    Add classifier to indicate Py3 only #853
    Removal of blacklist call B309 httpsconnection #858
    Remove blacklist call check for os.tempnam #859
    Indiciate hash type in message #860
    Add the httpx module check for verify #861
    Add doc for hashlib plugin #862
    Make use of rich for progress bar #863
    Replace toml with tomli #829
    Fix up B109 and B111 removed plugins docs #864
    add check for "requests" calls without timeout #743
    Fix for build breaks in format job #869
    Add license and contributing links to docs #867
    Remove redundant word Bandit in titles of sections #873
    Add request for feedback via 
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.4.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-bandit_1.7.4.bb
rename to meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
index cfdbde968..5e2a7e8bc 100644
--- a/meta-python/recipes-devtools/python/python3-bandit_1.7.4.bb
+++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
@@ -2,7 +2,7 @@  SUMMARY = "Security oriented static analyser for python code."
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-SRC_URI[sha256sum] = "2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2"
+SRC_URI[sha256sum] = "bdfc739baa03b880c2d15d0431b31c658ffc348e907fe197e54e0389dd59e11e"
 
 DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"