From aa3c2068d1fa5ae265e3780958570ab424669420 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 14 Jun 2024 01:40:29 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.125 -> 1.34.126 --- .../{python3-boto3_1.34.125.bb => python3-boto3_1.34.126.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.125.bb => python3-boto3_1.34.126.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.125.bb b/recipes-devtools/python/python3-boto3_1.34.126.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.125.bb rename to recipes-devtools/python/python3-boto3_1.34.126.bb index ea9bc96bf..2919f77b8 100644 --- a/recipes-devtools/python/python3-boto3_1.34.125.bb +++ b/recipes-devtools/python/python3-boto3_1.34.126.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "dfc4dfab075928ed586bab6ab6c9a9b0f5cbea18" +SRCREV = "60dfa6f24795419482a00fcaf01090af21c7caed" S = "${WORKDIR}/git" inherit setuptools3 ptest