From 4f939b30d52190b6c7c53581b6477e8564fed22d Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 13 Jun 2024 01:41:44 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.124 -> 1.34.125 --- .../{python3-boto3_1.34.124.bb => python3-boto3_1.34.125.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.124.bb => python3-boto3_1.34.125.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.124.bb b/recipes-devtools/python/python3-boto3_1.34.125.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.124.bb rename to recipes-devtools/python/python3-boto3_1.34.125.bb index 427fe24ae..ea9bc96bf 100644 --- a/recipes-devtools/python/python3-boto3_1.34.124.bb +++ b/recipes-devtools/python/python3-boto3_1.34.125.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "e2088c5d2bf07c73a14fbc92cf448f502b02ef5e" +SRCREV = "dfc4dfab075928ed586bab6ab6c9a9b0f5cbea18" S = "${WORKDIR}/git" inherit setuptools3 ptest