From 4273362912e2b073bcfd2d40fd7a51803087c3f9 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 7 Nov 2024 01:55:28 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.54 -> 1.35.55 --- .../{python3-boto3_1.35.54.bb => python3-boto3_1.35.55.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.54.bb => python3-boto3_1.35.55.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.54.bb b/recipes-devtools/python/python3-boto3_1.35.55.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.54.bb rename to recipes-devtools/python/python3-boto3_1.35.55.bb index 8f76d83fa..1f898f49b 100644 --- a/recipes-devtools/python/python3-boto3_1.35.54.bb +++ b/recipes-devtools/python/python3-boto3_1.35.55.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "fdb78d3b8c4f3f86de41ae54b4b21c98dd63e2c9" +SRCREV = "a48a2564df537fbd83d3351859a175c23a3cd316" S = "${WORKDIR}/git" inherit setuptools3 ptest