From e75e108802297fff48e41ad11d9730093bbdac56 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 18 Oct 2024 01:53:48 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.42 -> 1.35.43 (cherry picked from commit f558f8085420e72df11b4bc30fc4a9302ee5acaf) --- .../{python3-boto3_1.35.42.bb => python3-boto3_1.35.43.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.42.bb => python3-boto3_1.35.43.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.42.bb b/recipes-devtools/python/python3-boto3_1.35.43.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.42.bb rename to recipes-devtools/python/python3-boto3_1.35.43.bb index 4c2faa8ef..7a41765fb 100644 --- a/recipes-devtools/python/python3-boto3_1.35.42.bb +++ b/recipes-devtools/python/python3-boto3_1.35.43.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "ad4d48a5c6e34f757b5c020bd83bcac28cfd5e69" +SRCREV = "3664a8d9a9727fddb9873ff0d55ae3503c9150cc" S = "${WORKDIR}/git" inherit setuptools3 ptest