From f1a6fad972fe4d10f7bea43d0f6e6da07bc4a9bf Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 30 Jun 2023 00:24:15 +0000 Subject: [PATCH] python3-boto3: upgrade 1.26.163 -> 1.26.164 --- .../{python3-boto3_1.26.163.bb => python3-boto3_1.26.164.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.26.163.bb => python3-boto3_1.26.164.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.26.163.bb b/recipes-devtools/python/python3-boto3_1.26.164.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.26.163.bb rename to recipes-devtools/python/python3-boto3_1.26.164.bb index 0862dda03..131dbe140 100644 --- a/recipes-devtools/python/python3-boto3_1.26.163.bb +++ b/recipes-devtools/python/python3-boto3_1.26.164.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "b9773526d16c5b616cc9a91af10014e6338c0b05" +SRCREV = "15b30bfed6bb16f4e065636b203ea591595862d8" S = "${WORKDIR}/git" inherit setuptools3 ptest