From 6b088a5f49cc15485613d69102025d85a63e79d1 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 10 Nov 2023 00:26:20 +0000 Subject: [PATCH] python3-boto3: upgrade 1.28.81 -> 1.28.83 --- .../{python3-boto3_1.28.81.bb => python3-boto3_1.28.83.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.28.81.bb => python3-boto3_1.28.83.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.28.81.bb b/recipes-devtools/python/python3-boto3_1.28.83.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.28.81.bb rename to recipes-devtools/python/python3-boto3_1.28.83.bb index 0fc24b56b..784823a1a 100644 --- a/recipes-devtools/python/python3-boto3_1.28.81.bb +++ b/recipes-devtools/python/python3-boto3_1.28.83.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "43789ad7068f29c14c98f8232a2db0b0d604b214" +SRCREV = "914bc6669195cb146911ce56db2e845da1a42e9d" S = "${WORKDIR}/git" inherit setuptools3 ptest