summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bandit_1.8.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-02-17 11:22:10 +0200
committerKhem Raj <raj.khem@gmail.com>2025-02-17 07:40:58 -0800
commit6e97f274b95e3ae9e780252f7ac667989f8f2989 (patch)
treebe94e6b90587f66cede1f0e874a4a46e60c7507e /meta-python/recipes-devtools/python/python3-bandit_1.8.2.bb
parentce36130887782e7aa99709cadeaa0cc193afd5f3 (diff)
downloadmeta-openembedded-6e97f274b95e3ae9e780252f7ac667989f8f2989.tar.gz
python3-bandit: Upgrade 1.8.2 -> 1.8.3
Upgrade to release 1.8.3: - Bump docker/build-push-action from 6.10.0 to 6.11.0 - Bump docker/build-push-action from 6.11.0 to 6.12.0 - Bump docker/build-push-action from 6.12.0 to 6.13.0 - [pre-commit.ci] pre-commit autoupdate - Update bug template to include latest released versions - Add markupsafe.Markup XSS plugin - Warn not error on an nonexistant test given - Bump sigstore/cosign-installer from 3.7.0 to 3.8.0 - Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 - B107: Skip None values in hardcoded password detection - Pytorch fix 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/python/python3-bandit_1.8.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-bandit_1.8.2.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.8.2.bb b/meta-python/recipes-devtools/python/python3-bandit_1.8.2.bb
deleted file mode 100644
index 4c1ff88a87..0000000000
--- a/meta-python/recipes-devtools/python/python3-bandit_1.8.2.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Security oriented static analyser for python code."
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
4
5SRC_URI[sha256sum] = "e00ad5a6bc676c0954669fe13818024d66b70e42cf5adb971480cf3b671e835f"
6
7DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
8
9inherit setuptools3 pypi
10
11RDEPENDS:${PN} += "\
12 python3-git \
13 python3-modules \
14 python3-pbr \
15 python3-pyyaml \
16 python3-rich \
17 python3-six \
18 python3-stevedore \
19 "