From 03f84192dab246fb4751b93056124a86f50b2a0c Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 26 Apr 2024 01:34:03 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.91 -> 1.34.92 --- .../{python3-boto3_1.34.91.bb => python3-boto3_1.34.92.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.91.bb => python3-boto3_1.34.92.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.91.bb b/recipes-devtools/python/python3-boto3_1.34.92.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.91.bb rename to recipes-devtools/python/python3-boto3_1.34.92.bb index 174bd5760..30aeba0f3 100644 --- a/recipes-devtools/python/python3-boto3_1.34.91.bb +++ b/recipes-devtools/python/python3-boto3_1.34.92.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "1cdfd9e3eae8be7d0a6758e7f6cb92d75ba5009a" +SRCREV = "fbd88453e3c5d86b0d1022207b8276c537275ca9" S = "${WORKDIR}/git" inherit setuptools3 ptest