diff mbox series

[meta-python,16/40] python3-bandit: upgrade 1.7.9 -> 1.7.10

Message ID 1727682185-12664-16-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/40] adw-gtk3: upgrade 5.3 -> 5.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 30, 2024, 7:42 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Bump docker/build-push-action from 5.4.0 to 6.0.0
- Suggested small refactors in assignments
- Performance improvement in blacklist function
- Add test for usage of FTP_TLS
- New check: B113: TrojanSource - Bidirectional control characters
- Bump docker/build-push-action from 6.0.0 to 6.1.0
- feat(plugins): add support for httpx in B113
- Nit: remove unused variable
- Add recent releases to version choice in bug report
- Bump docker/build-push-action from 6.1.0 to 6.2.0
- Bump docker/build-push-action from 6.2.0 to 6.3.0
- Bump docker/setup-buildx-action from 3.3.0 to 3.4.0
- Bump docker/setup-buildx-action from 3.4.0 to 3.5.0
- Bump docker/login-action from 3.2.0 to 3.3.0
- Bump docker/build-push-action from 6.3.0 to 6.5.0
- Bump docker/setup-buildx-action from 3.5.0 to 3.6.1
- Bump docker/build-push-action from 6.5.0 to 6.6.1
- Bump sigstore/cosign-installer from 3.5.0 to 3.6.0
- Bump docker/build-push-action from 6.6.1 to 6.7.0
- Use consistent file naming of docs
- Pytorch Load / Save Plugin

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-bandit_1.7.9.bb => python3-bandit_1.7.10.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bandit_1.7.9.bb => python3-bandit_1.7.10.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.9.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.10.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-bandit_1.7.9.bb
rename to meta-python/recipes-devtools/python/python3-bandit_1.7.10.bb
index 730bf116a..8e88d8c7c 100644
--- a/meta-python/recipes-devtools/python/python3-bandit_1.7.9.bb
+++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.10.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] = "7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61"
+SRC_URI[sha256sum] = "59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b"
 
 DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"