From 8b2c79a60741b0a019d66ac4461aacbac2a04114 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Mon, 18 Nov 2024 09:04:24 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.59 -> 1.35.63 --- .../{python3-boto3_1.35.59.bb => python3-boto3_1.35.63.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.59.bb => python3-boto3_1.35.63.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.59.bb b/recipes-devtools/python/python3-boto3_1.35.63.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.59.bb rename to recipes-devtools/python/python3-boto3_1.35.63.bb index 9f7425172..29682d590 100644 --- a/recipes-devtools/python/python3-boto3_1.35.59.bb +++ b/recipes-devtools/python/python3-boto3_1.35.63.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "68202ef03dfbb6fadc91b692b9331b550108b415" +SRCREV = "4ba2d2de2ddc3cde67088a2d6df9dd68e1adb61f" S = "${WORKDIR}/git" inherit setuptools3 ptest