From e861cd446b070300ecd1de46a68e2bcfc65bdcef Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 25 Sep 2024 01:57:10 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.25 -> 1.35.26 --- .../{python3-boto3_1.35.25.bb => python3-boto3_1.35.26.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.25.bb => python3-boto3_1.35.26.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.25.bb b/recipes-devtools/python/python3-boto3_1.35.26.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.25.bb rename to recipes-devtools/python/python3-boto3_1.35.26.bb index 21d0a3b7b..97ab07b87 100644 --- a/recipes-devtools/python/python3-boto3_1.35.25.bb +++ b/recipes-devtools/python/python3-boto3_1.35.26.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "f493e6b69c563d1d030bcf404775e952ac3bf288" +SRCREV = "da0ba20dcf0e5191498faa2ceab94c38b2820114" S = "${WORKDIR}/git" inherit setuptools3 ptest