From 77646d1c69c051d239fc2ec16d7acf4370074a74 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 17 Apr 2024 01:36:11 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.84 -> 1.34.85 --- .../{python3-boto3_1.34.84.bb => python3-boto3_1.34.85.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.84.bb => python3-boto3_1.34.85.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.84.bb b/recipes-devtools/python/python3-boto3_1.34.85.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.84.bb rename to recipes-devtools/python/python3-boto3_1.34.85.bb index a80491620..24a225e2b 100644 --- a/recipes-devtools/python/python3-boto3_1.34.84.bb +++ b/recipes-devtools/python/python3-boto3_1.34.85.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "5062f7250cabdd72bdf1385f3b32608019554415" +SRCREV = "850b5423c23b67aa2905b572b57e0ffdb5fc7fa5" S = "${WORKDIR}/git" inherit setuptools3 ptest