From 34f077565ba6565b804b8ae48621630cb688e1eb Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 10 Sep 2024 01:51:55 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.13 -> 1.35.15 --- .../{python3-boto3_1.35.13.bb => python3-boto3_1.35.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.13.bb => python3-boto3_1.35.15.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.13.bb b/recipes-devtools/python/python3-boto3_1.35.15.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.13.bb rename to recipes-devtools/python/python3-boto3_1.35.15.bb index 0aa14af524..c2db7cf1da 100644 --- a/recipes-devtools/python/python3-boto3_1.35.13.bb +++ b/recipes-devtools/python/python3-boto3_1.35.15.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "18a61dc6b57e74c002348867899acabc5fd0c364" +SRCREV = "2aaacf9d0dacd411d32d4fd4b0b7be0c7e2fc9dc" S = "${WORKDIR}/git" inherit setuptools3 ptest