From 2809be59443c2f18164d2e0ce7fc63333678b156 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 16 May 2024 01:38:39 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.105 -> 1.34.106 --- .../{python3-boto3_1.34.105.bb => python3-boto3_1.34.106.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.105.bb => python3-boto3_1.34.106.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.105.bb b/recipes-devtools/python/python3-boto3_1.34.106.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.105.bb rename to recipes-devtools/python/python3-boto3_1.34.106.bb index 2680b7495..8b8cbecae 100644 --- a/recipes-devtools/python/python3-boto3_1.34.105.bb +++ b/recipes-devtools/python/python3-boto3_1.34.106.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "85cd67eb973a93484d8b3f55862868fdb68d3a00" +SRCREV = "e7ce001682a6ed7629d9999cc1e1d52eaa27fe51" S = "${WORKDIR}/git" inherit setuptools3 ptest